forked from karanS1ngh/sample-project
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathangcss.css
More file actions
executable file
·59 lines (49 loc) · 916 Bytes
/
angcss.css
File metadata and controls
executable file
·59 lines (49 loc) · 916 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
/*.nav .nav-bar .nav-item:hover{
background-color: black;
color: white;
}
*/
nav{
background-image: linear-gradient(to right,white,rgb(240, 19, 30,0.4))
}
#ico{
background-color: black;
border-color: black;
}
#sidebar,ul,li{
margin: 0px;
padding: 0px;
font-family: sans-serif;
}
#sidebar{
position: fixed;
width: 250px;
height: 100%;
background: #151719;
}
#sidebar ul li{
color: rgba(230,230,230,0.9);
padding: 15px 10px;
list-style: none;
border-bottom: 1px solid rgba(100,100,100,0.3);
color: white !important;
}
#sidebar{
color: white !important;
}
a{
text-decoration: none;
color: white !important;
}
/*#sidebar #toggle-btn{
positon: absolute;
margin-left: 230px;
margin-top: 20px;
}
#sidebar #toggle-btn span{
display: block;
width: 30px;
height: 5px;
background: black;
margin: 3px 0px;
}*/