-
Notifications
You must be signed in to change notification settings - Fork 0
/
exam.css
65 lines (61 loc) · 1.26 KB
/
exam.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
.heading-p {
display: block;
text-align: center;
font-size: 30px;
font-family: sans-serif;
color: antiquewhite;
}
.neet {
display: block;
text-align: center;
font-size: 25px;
font-family: sans-serif;
color: antiquewhite;
}
.neet-p .jm-p .gate-p {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-style: oblique;
font-weight: 650;
margin: auto;
margin-bottom: 7px;
margin-top: 5px;
}
.jeemain {
display: block;
text-align: center;
font-size: 25px;
font-family: sans-serif;
color: antiquewhite;
}
.jeeadv {
display: block;
text-align: center;
font-size: 25px;
font-family: sans-serif;
color: antiquewhite;
}
.gate {
display: block;
text-align: center;
font-size: 25px;
font-family: sans-serif;
color: antiquewhite;
}
.btn {
font-family: "Baloo Bhai", cursive;
padding: 6px 20px;
margin-top: 20px;
margin-bottom: 10px;
border: 2px solid white;
background-color: #5a5a5a;
color: white;
font-size: 0.8rem;
border-radius: 5px;
cursor: pointer;
}
.btn:hover {
border: 2px solid white;
color: black;
background-color: antiquewhite;
}