forked from BhanuPrathapGoud/Anthropology-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavsecod.css
91 lines (72 loc) · 1.38 KB
/
navsecod.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
.Navsecond{
position: relative;
height: 30px;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}
.micandeng{
position: absolute;
right: 200px ;
display: flex;
gap: 0px;
justify-content: center;
align-items: center;
}
.login{
position: absolute;
height: 30px;
right: 0px ;
display: flex;
gap: 5px;
justify-content: center;
align-items: center;
padding-right: 20px;
}
.login > a{
text-decoration: none;
color: #26262c;
font: 1.3rem/1.3 Avenir Medium,sans-serif;
font-size: 14px;
}
.imggg{
height: 30px;
display: flex;
align-items:center ;
}
.ancor{
height: 30px;
}
.loginslash{
height: 30px; display: flex;align-items: center;
}
#logoandhome{
height: auto;
display: flex;
justify-content: space-between;
align-items: center;
width: 95%;
margin: auto;
margin-top: 40px;
}
.companylogos{
display: flex;
padding-top: 10px;
}
.companylogo{
padding: 20px 10px 20px 10px;
border: 1px solid lightslategray;
cursor: pointer;
}
.serchandcart{
display: flex;
gap: 30px;
}
input{
height: 50px;
width: 300px;
}
#imgbag{
margin-top: 10px;
height: 30px;
}