forked from skillcrush/git-practice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcat-a-marsh.css
More file actions
65 lines (51 loc) · 812 Bytes
/
cat-a-marsh.css
File metadata and controls
65 lines (51 loc) · 812 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
60
61
62
63
64
/***** BEGIN BASE STYLES ***/
body {
background-color: #000000;
Titillium Web', sans-serif;
font-size: 16px;
margin: 0 auto;
}
header p {
text-align: center;
text-indent: 0px;
}
a {
color: #ffffff;
font-size: 16px;
line-height: 16px;
text-align: center;
text-decoration: none;
}
p {
font-size: 16px;
color: #ffffff;
line-height: 10px;
text-indent: 100px;
}
h1 {
background: #ff4500;
color: #ffffff;
font-size: 36px;
line-height: 16px;
padding: 50px;
text-align: center;
}
h1 em {
color: #000000;
font-weight: bold;
}
h4 {
font-size: 20px;
color: #ff4500;
line-height: 16px;
padding-left: 100px;
padding-top: 50px;
}
footer p {
background: #ffffff;
color: #000000;
margin-top: 50px;
padding: 20px;
text-align: center;
}
/***** END BASE STYLES ***/