-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
37 lines (28 loc) · 800 Bytes
/
styles.css
File metadata and controls
37 lines (28 loc) · 800 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
body {
width: 800px;
margin: 4em auto;
text-align: center;
line-height: 125%;
font-family: Open Sans, sans-serif;
font-size: 16px;
}
canvas {
border-radius: 10px;
background-color: #CCC;
}
#description, #information {
margin-top: 3em;
margin-left: 3em;
margin-right: 3em;
}
#information { margin-top: 4em; }
#information ul {
margin-top: 0.5em;
}
.column1, .column2 { width: 48%; display: block; }
.column1 { text-align: right; float: left; }
.column2 { text-align: left; float: right; }
.clear { clear: both; padding-top: 1em; text-align: center; }
table { border: 0px; width: 100%; }
.column1 table { float: right; text-align: right; }
.column1 table td:last-of-type, .column2 table td:first-of-type { width: 1.5em; font-weight: bold; }