forked from Technigo/project-buzzfeed
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyles.css
More file actions
43 lines (35 loc) · 625 Bytes
/
styles.css
File metadata and controls
43 lines (35 loc) · 625 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
body {
background-color: rgb(192, 198, 198);
font-family: Arial, Helvetica, sans-serif;
}
.main-box {
background-color: rgb(244, 244, 244);
padding: 20px;
width: 600px;
margin: 0 auto;
}
h1 {
text-shadow: 2px 4px 15px rgb(82, 85, 87);
}
h2 {
padding-top: 20px;
}
h3 {
padding-bottom: 15px;
border-bottom: 1px solid black;
}
img {
width: 100%;
height: auto;
margin: 10px 0;
}
#footer {
padding-top: 10px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
}
.a-footer {
text-decoration: none;
}