-
Notifications
You must be signed in to change notification settings - Fork 0
/
ne0fs.css
86 lines (76 loc) · 1.58 KB
/
ne0fs.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
@import url(https://fonts.googleapis.com/css?family=Squada+One);
body {
font-family: 'Squada One', sans-serif;
}
body header {
margin-top: 10%;
width: 100%;
}
body header div a {
font-size: 64px;
color: #20bf6b !important;
width: 100%;
text-align: center;
margin: auto;
text-decoration: none;
}
body div {
width: 100%;
margin-top: 4%;
text-align: center;
}
body div div {
margin-top: 4%;
}
body div div div {
display: inline;
}
body div div div input {
font-size: 16px;
background: #ffffff;
padding: 1%;
border: 1px solid #20bf6b !important;
border-radius: 6px;
display: inline-block;
min-width: 75%;
max-width: 75%;
text-align: left;
margin: 8px;
box-sizing: border-box;
transition: all 0.3s ease 0s;
}
body div div div button {
font-size: 16px;
background: #ffffff;
padding: 1%;
border: 1px solid #20bf6b !important;
border-radius: 6px;
display: inline-block;
min-width: 20%;
max-width: 20%;
text-align: center;
line-break: strict;
word-break: break-all;
margin: 8px;
box-sizing: border-box;
transition: all 0.3s ease 0s;
text-transform: uppercase;
}
body div div div p {
font-family: sans-serif;
font-size: 16px;
background: #eaeaea;
padding: 0.2%;
border: 1px solid #20bf6b !important;
border-radius: 6px;
display: inline-block;
min-width: 75%;
max-width: 75%;
text-align: left;
margin: 8px;
box-sizing: border-box;
transition: all 0.3s ease 0s;
}
body div div div p span {
margin: 5%;
}