-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
82 lines (71 loc) · 1.14 KB
/
style.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
body {
font-family: 'Poppins', cursive;
display: flex;
flex-direction: column;
height: 100vh;
}
main {
flex-grow: 1;
background: url("Mathematics.jpg") no-repeat;
background-position: center;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
}
h1 {
font-weight: 500;
font-size: x-large;
padding: 0.25rem;
margin: 0;
}
.feet,
.marla,
.kanal,
.acre {
color: rgba(25, 135, 84);
text-align: center;
font-weight: 700;
margin-bottom: 0.50rem;
}
#warn {
background: none;
border-radius: 0.30rem;
}
#warn-box {
margin: 0;
}
#warning {
margin: 0;
font-weight: 600;
font-size: larger;
text-align: center;
}
#ans1,
#ans3 {
text-align: center;
font-weight: 500;
font-size: x-large;
margin-bottom: 1.25rem;
}
#ans2,
#ans4 {
text-align: center;
font-weight: 500;
font-size: x-large;
margin-bottom: 0;
}
#submit,
#reset {
font-weight: 500;
}
#footer h3 {
margin: 0;
font-size: 0.90rem;
font-weight: 500;
text-align: center;
}
.link {
text-decoration: none;
}