-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
75 lines (62 loc) · 1.09 KB
/
index.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
* {
margin: 0px;
padding: 0px 0px 20px 0px;
font-family: 'Bebas Neue', cursive;
background-color: #f4f4f4;
}
*:focus {
outline: none;
}
#header {
text-align: center;
padding: 10px 10px;
margin-top: 210px;
margin-bottom: 60px;
font-size: 26px;
}
#main {
text-align: center;
}
#results {
text-align: center;
}
#subs {
width: 225px;
text-align: center;
}
input[type=text] {
border: none;
border-bottom: 2px solid #2E2E7E;
padding: 5px 5px;
font-size: 18px;
}
button {
margin-top: 15px;
padding: 5px 5px;
width: 150px;
font-size: 15px;
border: 1px solid #353535;
border-radius: 4px;
transition-duration: 0.5s;
}
button:hover {
background-color: #353535;
color: #f4f4f4;
}
#btn2 {
margin-right: 15px;
margin-bottom: 50px;
}
/* #btn2:disabled {
transition: none;
}
#btn2:disabled:hover {
background-color: #f4f4f4;
color: #1010104D;
} */
#btn3 {
margin-right: 15px;
}
.markinp {
margin-left: 25px;
}