-
Notifications
You must be signed in to change notification settings - Fork 0
/
nav2.css
87 lines (75 loc) · 1.4 KB
/
nav2.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
main{
height:80%;
width:1600px;
/* border:1px solid black; */
display:flex;
margin-left: 80px;
margin-top: -30px;
overflow:hidden;
position:relative;
text-align: center;
}
section{
display:flex;
justify-content: left;
overflow-x:hidden;
text-align: center;
}
section::-webkit-scrollbar{
visibility:hidden;
}
span{
position:absolute ;
top:-1%;
font-size:30px;
font-weight:10px;
color:gray;
cursor:pointer;
left:0%;
z-index:1;
}
span:nth-of-type(2){
left:79%;
text-align: right;
}
.div{
min-width:100px;
height:10px;
position:relative;
left:0;
text-align:center;
padding-top:-1px;
padding-left:5px;
font-size:15px;
margin:10px -2px;
/* color:black; */
background:white;
transition: .5s;
}
#nav2>#part2>main>section>#div5{
min-width:200px;
margin-left:-10px;
margin-right:-29px;
border:2px solid brown
}
#nav2>#part2>main>section>#div3{
min-width:200px;
margin-left:-25px;
margin-right:-29px;
border:2px solid brown
}
#nav2>#part2>main>section>#div7{
min-width:200px;
margin-left:-20px;
margin-right:-29px;
border:2px solid brown
}
#nav2>#part2>main>section>#div8{
min-width:200px;
margin-left:-20px;
margin-right:-29px;
/* border:2px solid brown */
}
main>section>.div{
color: gray;
}