-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
60 lines (45 loc) · 673 Bytes
/
style.css
File metadata and controls
60 lines (45 loc) · 673 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
body {
margin: 0%;
background-color:#1abc9c;
}
#contener {
background: #133f41;
position:fixed;
width: 100%;
height: auto;
margin-top: 1%;
}
.ul2 ul li{
float: right;
width: 80px;
height: 50px;
line-height: 50px;
text-align: center;
color: #f1f1f1;
list-style-type: none;
margin:0 90 ;
border-radius: 10px;
}
.ul2 ul li:hover{
background: #85d6c7;
}
.ul2 ul ul {
display:none;
margin: 0 130;
}
.ul2 ul ul li {
background: #133f41}
.ul2 ul ul ul li {
margin: -50px 170 50px 0;
background: #133f41;
}
.ul2 ul li:hover > ul{
display: block;
}
.a{
padding: 4%;
float: right;
}
.b{
padding:5%;
}