-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
59 lines (52 loc) · 815 Bytes
/
style.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
body {
background-color: #15414d;
text-align: center;
}
.main_heading{
color: rgb(255, 251, 5);
}
#intro{
color: #56820a;
}
.intro2{
color: aliceblue;
text-align: center;
}
.intro_image{
width: 15%;
}
.ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 125px;
background-color: #555;
position: fixed;
height: 100%;
overflow: auto;
}
.li a {
margin-bottom: 38px;
display: block;
color: #000;
padding: 8px 16px;
text-decoration: sans;
border-bottom:#ffdc00 ;
text-align: center;
}
.li a.active {
background-color: #4CAF50;
color: white;
}
.li a:hover:not(.active) {
background-color: #555;
color: white;
}
li a.active {
background-color: #4CAF50;
color: white;
}
li a:hover:not(.active) {
background-color: #555;
color: white;
}