-
Notifications
You must be signed in to change notification settings - Fork 1
/
navbar.css
82 lines (79 loc) · 1.21 KB
/
navbar.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
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
#nav1 {
display: flex;
width: 100%;
height: 11vh;
align-items: center;
justify-content: space-around;
background-color: #f4f6f6;
}
#nav1Left {
display: flex;
width: 50%;
margin-right: 14em;
justify-content: space-between;
align-items: center;
}
#nav1Right {
display: flex;
width: 10%;
justify-content: space-between;
}
#nav1Left > p {
font-size: 1.1em;
color: #9ea1a2;
}
#nav1Right > p {
font-size: 1.1em;
color: #9ea1a2;
}
#nav2 {
display: flex;
margin: 5px -16px;
width: 100%;
height: 9vh;
justify-content: space-around;
background-color: #ffffff;
visibility: visible;
}
#nav2Left {
display: flex;
width: 40%;
margin-right: 24em;
justify-content: space-between;
align-items: center;
}
#nav2Left > p {
font-size: 1.1em;
color: #9ea1a2;
}
#nav2Left > p > img {
width: 40%;
margin-left: 1em;
}
#navBtn {
background-color: #ff6200;
width: 10%;
margin: 0.5rem 0;
border-radius: 0.8em;
font-size: 1.2em;
color: antiquewhite;
border: none;
}
#test{
display: flex;
left: -9%;
position: relative;
width: 61%;
gap: 50px;
}
.cs {
display: flex;
width: 33%;
gap: 10px;
cursor: pointer;
}