-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreg.css
70 lines (57 loc) · 1.17 KB
/
reg.css
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
html,
body {
margin: 0%;
bottom: 0%;
overflow-x: hidden;
background-color: #DBF9F0;
}
.wer {
display: flex;
padding: 10%;
justify-content: center;
align-content: center;
}
.zx {
margin-right: 1rem;
padding: 1%;
border: 2px solid lightblue;
box-sizing: border-box;
box-shadow: 0px 0px 13px mediumturquoise;
}
.bn,
.cx {
padding: 1rem;
}
.rt {
margin-left: 1rem;
padding: 1%;
border: 2px solid lightblue;
box-sizing: border-box;
box-shadow: 0px 0px 13px mediumturquoise;
}
#butm {
margin: 1rem 0rem 0rem 3rem;
}
#gh {
background-color: lightblue;
color: black;
border-radius: 12px;
padding: 8px;
border: none;
}
#gh:hover {
background-color: lightgreen;
color: black;
border-radius: 0%;
box-shadow: 0px 0px 12px mediumseagreen;
padding: 9px 10px 9px 10px;
}
.ret {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-weight: 700;
}
.gf {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-weight: bold;
font-size: medium;
}