-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (41 loc) · 675 Bytes
/
style.css
File metadata and controls
46 lines (41 loc) · 675 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
h1 {text-align: center;
border-style:ridge;
border-width:thick;
border-color: #91091e;
background-color: #da723c;
}
body{
background-color: #fdf1d6;
}
nav ul li {
text-align: center;
border: ridge;
border-color: #91091e;
background-color: #f8a488;
display:inline;
margin: 10px;
padding: 10px;
}
main{
background-color: #c8c6a7;
border: ridge;
border-width: thick;
border-color: #91091e;
}
img{
display: block;
margin-left: auto;
margin-right: auto;
width: 40%;
}
p{font-size: 30px;
text-align: center;
border
}
footer{
text-align: center;
border:ridge;
border-width: thick;
border-color: #91091e;
background-color: #c8c6a7;
}