-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.css
49 lines (42 loc) · 874 Bytes
/
menu.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
body {
font-family: "Lato", sans-serif;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;<a href="javascript:void(0)" cl<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>ass="closebtn" onclick="closeNav()">×</a>
<!--top: 0;-->
<!--right: 210px;-->
font-size: 36px;
<!--margin-left: 0px;-->
height: 100%;
width: 0;
z-index: 1;
top: 0;
left: 0;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}