forked from NikHarshal/updated-project-unit2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
navbar.css
55 lines (47 loc) · 803 Bytes
/
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
#navbar{
width: 100%;
height: auto;
/* border: 1px solid red; */
}
#pickup{
background-color: rgb(235, 235, 235);
}
#pickup>.gps>h3>img{
height: 25px;
}
.gps{
display: flex;
flex-direction: row-reverse;
text-align: center;
}
#head{
margin: 17px auto 8px;
width: 258px;
height: 25px;
left: auto;
position: relative;
right: auto;
margin-top: 27px;
width: 340px;
height: 34px;
}
.lefthead{
margin-left: -150px;
display: flex;
align-items: center;
justify-content: center;
}
.lefthead>a{
text-decoration: none;
}
.links{
margin-top: 15px;
font-size: 14px;
}
.links>a{
text-decoration: none;
color: grey;
}
.links>a:hover{
text-decoration: underline 2px solid rgb(47, 74, 226);
}