-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (54 loc) · 835 Bytes
/
style.css
File metadata and controls
59 lines (54 loc) · 835 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
header{
background-color: ghostwhite
}
h1{
text-align: center;
color: red;
background-color: black;
font-size: 50px;
font-family: 'Lobster', cursive;
}
a{
font-size: 25px;
color: red;
display: inline-block;
text-decoration: none;
}
nav ul li{
display: inline;
margin: 10px;
}
main article h4{
border: 1px solid black;
padding: 10px;
margin: 30px;
}
nav ul li a{
text-decoration: none;
}
main article img{
width:80%;
opacity: 1;
}
background-color: black;
text-align: center;
padding: 10px;
margin : 15px;
font-size:22px;
text-decoration: none;
}
img{
width: 500px;
height: 300px;
}
p{
color: red;
background-color: black;
font-size: 25px;
}
footer{
text-align: center;
color: white;
background-color: black;
font-size: 25px;
}