-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
61 lines (48 loc) · 677 Bytes
/
style.css
File metadata and controls
61 lines (48 loc) · 677 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
47
48
49
50
51
52
53
54
55
56
57
58
59
* {
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
font-size: 1.2em;
}
.container {
margin: 0 auto;
max-width: 400px;
padding: 15px;
text-align: right;
}
h1 {
text-align: center;
color: #4d4d4d;
}
h2 {
font-size: 1.2em;
font-weight: 400;
background-color: #e5e5e5;
padding: 2px;
margin: 10px 0px;
}
p {
font-size: 1.2em;
}
input {
width: 70px;
margin: 3px 0px 3px 15px;
padding: 10px;
font-size: 1.2em;
border: 1px solid #a1a1a1;
border-radius: 5px;
}
hr {
margin: 10px 0px;
}
img {
max-width: 100%;
}
#left {
width: 70%;
}
td {
vertical-align: top;
}