-
Notifications
You must be signed in to change notification settings - Fork 0
/
slotmachine.css
98 lines (78 loc) · 1.09 KB
/
slotmachine.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
87
88
89
90
91
92
93
94
95
96
97
98
/* CSS declarations go here */
body {
font-family: "Helvetica Neue", Helvetica, sans-serif;
}
h1 {
text-align: center;
}
h2 {
text-align: center;
font-style: italic;
}
h3 {
clear: all;
}
img {
display: block;
margin-left: auto;
margin-right: auto
}
table {
margin: auto;
}
h5 {
margin-top: 0px;
}
td {
width: 30%;
}
#displayForm{
float: left;
}
#infoContainer {
display: block;
text-align: center;
width: 50%;
margin-left: auto;
margin-right: auto
}
#contraceptionContainer {
margin: auto;
width: 192px;
margin-top: 8px;
}
#numSexContainer {
text-align: center;
margin: 0 auto;
}
#numSex {
width: 192px;
font-size: 84px;
text-align: center;
margin: 0 auto;
}
#displayRiskContainer {
text-align: center;
}
#displayRisk{
height: 200px;
padding: 16px;
text-align: center;
vertical-align: middle;
}
#displayRiskPercentage {
margin-top: 24px;
text-shadow:
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
font-weight: bold;
font-size: 84px;
}
#topTitle {
text-align: left;
}
#bottomTitle {
text-align: center;
}