-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
50 lines (50 loc) · 775 Bytes
/
index.css
File metadata and controls
50 lines (50 loc) · 775 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
/*Provided CSS*/
header {
text-align: center;
padding-bottom: 10px;
}
time {
border-style: dashed none dashed none;
display: block
}
h1 {
font-size: 4em;
font-family: Georgia, sans-serif;
color: rgb(71, 114, 232);
text-shadow: 3px 1px black;
margin-bottom: 40px;
}
h3 {
margin: 0;
font-family: Georgia, sans-serif;
font-size: 1.3em;
}
.content {
margin: 0 0 0 10px;
/*box-shadow: 0 0 20px 0px #888888;*/
}
#plastic-bag {
margin-top: 80px;
}
.first {
margin: 10px;
}
img {
max-height: 200px;
}
p {
margin-top: 5px;
font-size: 0.9em;
text-align: justify;
margin-bottom: 10px;
}
.column p {
font-family: times;
font-size: 0.8em;
}
a {
font-weight: 900;
}
a:hover {
color: red;
}