-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.css
67 lines (57 loc) · 912 Bytes
/
demo.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
html, body {
height: 100%;
margin: 16pt;
color: #333;
font-family: 'Balsamiq Sans';
}
#titlebar {
margin-left: auto;
margin-right: auto;
width: 90%;
position: relative;
}
#titlebar h1 {
text-align: center;
font: 600 36px;
padding: 0px;
margin: 10px;
}
#titlebar h2 {
text-align: center;
font: 600 24px;
padding: 0px;
margin: 10px;
}
#content {
margin-left: auto;
margin-right: auto;
width: 50%;
min-width: 540px;
max-width: 640px;
position: relative;
}
#mainform {
margin-left: auto;
margin-right: auto;
width: 80%;
font: 400 12pt 'Balsamiq Sans';
}
#address {
margin-left: auto;
margin-right: auto;
width: 400px;
font-size: 12pt;
}
#ok {
width: 80px;
}
#results {
margin-top: 40px;
}
#savings {
font-size: 18pt;
}
#addapi {
margin-top: 200px;
float: right;
}