-
Notifications
You must be signed in to change notification settings - Fork 0
/
navbar.css
98 lines (93 loc) · 1.6 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
body {
font-family: "Montserrat Light", sans-serif;
}
#navigation-links {
display: flex;
width: 95%;
margin: auto;
}
.heading_one {
display: flex;
}
.heading_one>div:nth-child(2) {
margin-left: 10px;
margin-right: 30px;
margin-top: 10px;
font-size: 12px;
color : #12284c;
font-weight: 400;
}
#navigation-links>div:nth-child(1) {
flex-grow: 1;
}
.logo{
text-align: center;
}
.logo img{
height: 50px;
}
#shoplink{
display: flex;
justify-content: space-around;
width: 75%;
margin: auto;
margin-top: 20px;
}
a{
cursor: pointer;
text-decoration: none;
color : #12284c;
/* color: rgba(18, 40, 76); */
}
i{
margin-top:8px ;
cursor: pointer;
}
.productlink{
text-decoration: none;
font-weight:100;
color: rgba(18, 40, 76, 0.8);
font-size: 12px;
line-height: 24px;
font-style: normal;
background-color: white;
border: none;
}
a:hover {
color: rgba(18, 40, 76);
font-weight: 400;
}
#shop {
text-decoration: none;
}
button {
border: none;
background: none;
}
#shop_hover {
width: 90%;
display: none;
margin: auto;
grid-template-columns: 200px 50px 200px 200px 300px;
padding-left: 200px;
position: fixed;
top: 140px;
z-index: 2;
border-width: 1px 0 1px 0;
border-style: solid;
border-color: #EEEEEE;
}
#shop_hover a {
text-decoration: none;
color: rgba(18, 40, 76, 0.6);
font-size: 14px;
}
#shop_hover a:hover {
color: #12284c;
size: 10px;
}
.two {
width: 0%;
height: 410px;
border: .1px solid #E0E0E0;
}