-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
56 lines (44 loc) · 824 Bytes
/
styles.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
body {
background-color: rgb(177, 211, 241);
}
.jumbotron {
background-color: rgb(65, 65, 65);
color: whitesmoke;
font-family: Cambria;
}
h1, h3, h4 {
text-align: center;
}
p {
padding-left: 1em;
font-weight: bold;
}
#bmibutton, #crclbutton, #sidefxbutton {
background-color: blue;
color: yellow;
font-weight: bold;
}
input {
background-color: rgb(248, 248, 231);
}
.border {
font-weight: bold;
}
#bmicalculator {
background-color: rgba(115, 255, 220, 0.3);
}
#crclcalculator {
background-color: rgba(5, 245, 253, 0.3);
}
#sideeffects {
background-color: rgba(136, 189, 250, 0.3);
}
#vaccineinfo {
background-color: rgba(0, 78, 196, 0.301);
}
#vaccinetable {
background-color: rgba(0, 32, 216, 0.192);
}
#vaccinehead {
text-align: center;
}