-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
62 lines (55 loc) · 1.03 KB
/
index.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
.body {
background-image: url("download (44).jpeg");
background-repeat: no-repeat;
background-size: cover;
background-color: blue;
}
.sidenav {
height: 100%;
width: 160px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
padding-top: 20px;
}
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}
.sidenav a:hover {
color: #f1f1f1;
}
.topAd a {
font-family: verdana;
font-size: 20px;
text-align: center;
text-color: black
}
.topAd a:hover {
font-color: blue;
}
.main {
font-fmaily: Arial, sans-serif;
font-color: white;
background-image: href= ('download (41).jpeg');
background-repeat: no;
margin-left: 160px;
text-align:center;
padding: 0px 10px;
}
.footer {
font-family: Arial, sans-serif;
text-color: white;
background-color: black;
background-image: url= ('download (42).jpeg');
background-repeat: no-repeat;
text-align: center;
z-index: 1;
padding: 0px 10px;
}