-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout1.css
More file actions
52 lines (45 loc) · 740 Bytes
/
Copy pathabout1.css
File metadata and controls
52 lines (45 loc) · 740 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
html {
height: 100%;
}
body {
margin: 0;
background-color:rgb(122, 13, 13);
height: 100%;
font-family: fantasy;
}
.poem{
float: left;
margin-left: 15%
}
a {
color: white;
}
header {
padding: 10px;
background: black;
color: #fff;
text-shadow: 1px 1px 1px #000;
text-align: center;
}
image{
margin: 20px;
}
nav {
background-color: #444;
}
nav ul {
margin: 0;
padding: 0;
list-style: none;
}
nav ul li {
display: inline-block;
margin: 20px;
font-size: 24px;
}
section {
width: 90%;
margin: 0 auto;
padding: 5px;
min-height: 800px;
}