-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (54 loc) · 820 Bytes
/
style.css
File metadata and controls
54 lines (54 loc) · 820 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
h1 {
font-size: 120px;
text-align: center;
font-family: "Lucida Grande", "Tungsten", arial, sans-serif;
line-height: 0;
color: 333333
}
h2 {
font-size: 40px;
text-align: center;
font-family: inherit;
color: 333333
}
h3 {
font-size: 18px;
text-align: center;
font-family: inherit;
color: 333333
}
h4 {
font-size: 14px;
text-align: center;
font-family: inherit;
text-decoration: italic;
line-height: 0;
color: 333333
}
h5 {
font-size: 14px;
text-align: center;
font-family: inherit;
text-decoration: italic;
line-height: 0;
color: 999999
}
table {
margin-left: auto;
margin-right: auto;
}
a {
text-decoration: none;
color: 333333;
}
form {
margin: 0 auto;
width: 400 px;
padding: 1am;
}
input:focus {
border-color: #000;
}
.center {
text-align: center;
}