-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
75 lines (75 loc) · 1.61 KB
/
Copy pathindex.css
File metadata and controls
75 lines (75 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#body {
height: 100vh;
background-color: #fff2f2d2;
color: aliceblue;
}
#title {
width: 100%;
text-align: center;
background-color: #2e5c99;
padding: 10px;
font-size: 18px;
}
#codes{
width:90%;
height: 400px;
resize: vertical;
color: #3a3a3a;
font-size: 18px;
border: 1px solid #3a3a3a;
padding-left: 0.5rem;
display: block;
margin: auto;
margin-top: 1rem;
border-radius: 0.5rem;
margin-bottom: 1rem;
outline-color: #4a56be;
}
#result{
max-width: 100%;
color: #000;
/* height: 400px;
color: initial;
font-size: 18px;
border: 1px solid #3a3a3a;
padding-left: 0.5rem;
display: block;
margin: auto;
margin-top: 1rem;
margin-bottom: 1rem;
background-color: aliceblue;
display: none; */
}
#jems{
padding: 10px;
border-radius: 1.5rem;
width: 10rem;
background-color: #1c4e99;
color: aliceblue;
font-size: 16px;
font-weight: 600;
cursor: pointer;
border: none;
transition-duration: .5s;
}
#jems:hover,#divin:hover{
background-color: #2e5c99;
}
#divin{
padding: 10px;
border-radius: 1.5rem;
width: 10rem;
background-color: #1c4e99;
color: aliceblue;
font-size: 16px;
font-weight: 600;
cursor: pointer;
border: none;
transition-duration: .5s;
}