-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (40 loc) · 731 Bytes
/
style.css
File metadata and controls
46 lines (40 loc) · 731 Bytes
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
@charset "utf-8";
body {
margin: 0px;
color: #151515;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
background-color: #CCCCCC;
}
#wrapper {
min-height: 750px;
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
-webkit-box-shadow: 0px 0px;
box-shadow: 0px 0px;
background-color: #FFFFFF;
}
#line{
color: #fff !important;
background-color: #73AD21 !important;
height: 40px;
width: 100%;
margin-bottom: 10px;
}
.data{
margin-left: auto;
margin-right: auto;
width: 1100px;
}
.inputs{
float: left;
clear: both;
}
.hero-unit{
padding-top: 5px;
margin-left: 20px;
}
.diagram, .guess{
padding-bottom: 20px;
}