-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
100 lines (84 loc) · 1.52 KB
/
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
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
99
100
.body {
}
header {
height: 59px;
width: 1050px;
background-image: url('images/header_bg.gif');
}
header p {
position: relative;
top: 15px;
margin-left: 30px;
}
.main-container {
width: 1050px;
}
.main-container .left-container {
float: left;
width: 420px;
margin-right: 35px;
margin-left: 20px;
}
.font-normal {
font-size: 14px;
}
.font-large {
font-size: 16px;
}
.middle {
text-align: center;
}
.main-container .mid-container {
float: left;
margin-top: 25px;
margin-right: 35px;
position: relative;
}
.main-container .mid-container .shape-container {
border: 2px solid grey;
border-radius: 10px;
width: 272px;
padding: 20px;
padding-top: 0px;
height: 230px;
}
.results-container {
text-align: center;
margin-top: 58px;
}
.shape-container .radio-options ul {
padding-left: 0px;
}
.shape-container .radio-options li {
list-style: none;
}
.input-container li {
list-style: none;
padding-bottom: 5px;
}
.main-container .right-container {
float: left;
width: 120px;
margin-top: 30px;
margin-right: 20px;
height: 240px;
background-color: grey;
display: table;
}
.main-container .right-container .vertical-banner-container {
display: table-cell;
vertical-align: middle;
text-align: center;
color: white;
}
.main-container .right-container .vertical-banner-container span {
display: block;
}
.main-container .left-container p, .main-container .mid-container p {
font-family: Arial;
}
.btn-container {
position: absolute;
bottom: 0px;
margin-bottom: 15px;
}