-
Notifications
You must be signed in to change notification settings - Fork 0
/
website.css
74 lines (72 loc) · 1.22 KB
/
website.css
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
header p{
margin: 0%;
font-size: x-large;
font-weight: 500;
text-align: center;
background-color: orange;
padding: 1%;
}
navbar ul{
padding-inline-start: 0%;
}
navbar ul li{
display: block;
width: 100%;
background-color: orange;
text-align: center;
}
navbar ul li a{
color: white;
background-color: orange;
text-decoration: none;
}
navbar ul li a:hover{
color: orange;
background-color: white;
}
article section p{
margin-top: 5%;
margin-bottom: 2%;
margin-left: 5%;
font-size: larger;
font-weight: bolder;
}
article section ul{
margin-left: 10%;
}
article section ul li{
margin-bottom: 2%;
}
article section ul li:nth-last-child(2n){
background-color: rgb(248, 219, 165);
}
direction p a{
text-decoration: none;
color: black;
}
direction p{
font-weight: bolder;
font-size: larger;
margin-left: 5%;
margin-top: 5%;
}
footer p{
font-weight: bolder;
font-size: larger;
margin-left: 5%;
margin-top: 5%;
}
footer ul{
list-style: none;
margin-left:10%;
}
end p{
margin-top: 5%;
color: orange;
font-weight: bold;
font-size: large;
text-align: center;
}
iframe{
margin-left: 15%;
}