-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.css
More file actions
50 lines (50 loc) · 853 Bytes
/
test.css
File metadata and controls
50 lines (50 loc) · 853 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
div {
position: relative;
}
#logo {
display: inline-block;
height: 85px;
box-sizing: border-box;
padding: 33px 25px 0 25px;
background-color: #252525;
color: #fff;
font: 17px/18px 'Oswald';
text-decoration: none;
text-transform: uppercase;
z-index: 1;
}
ul {
display: block;
margin: 0;
padding: 0;
}
li {
display: block;
margin: 0;
padding: 0;
background-color: #fff;
color: #5f5f5f;
}
li a {
position: relative;
display: block;
padding: 15px 35px;
border-top: 1px solid #efefef;
color: #333;
font-size: 15px;
text-align: left;
text-decoration: none;
}
.float-menu {
display: none;
}
#overlay {
width: 100%;
height: 100%;
z-index: 2;
position: absolute;
/* display: inline-block; */
}
#siezer {
position: relative;
}