File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 21
21
< img src ="favicon.ico " class ="sitelogo ">
22
22
23
23
< a href ="# " class ="nav__logo " data-aos ="fade-right "> Tourguide< span > .</ span > </ a >
24
- </ div >
24
+ </ div >
25
25
26
26
< ul class ="navLinks " style ="gap: 1.2rem; ">
27
27
< li class ="link " id ="View-link " data-aos =""> < a href ="mapa.html "> View</ a > </ li >
Original file line number Diff line number Diff line change @@ -300,3 +300,5 @@ h1 span {
300
300
width : 90% ;
301
301
}
302
302
}
303
+
304
+
Original file line number Diff line number Diff line change 94
94
95
95
.link {
96
96
position : relative;
97
+
97
98
}
98
99
99
100
.link > a {
100
101
display : block;
101
102
color : white;
102
103
text-align : center;
103
- padding : 6 px 10 px ;
104
+ padding : 8 px 20 px ;
104
105
text-decoration : none;
105
106
width : 100% ;
106
107
transition : all 0.3s linear;
107
108
align-items : center;
108
- margin-top : -15 px ;
109
+ margin-top : 10 px ;
109
110
}
110
111
111
112
.link > a : hover {
152
153
153
154
.contact-btn {
154
155
position : relative;
155
- right : 15 px ;
156
+ right : -55 px ;
156
157
box-sizing : border-box;
157
158
}
158
159
421
422
< div class ="video-overlay "> </ div >
422
423
< header >
423
424
< div class ="nav-container " id ="top ">
424
- < nav class ="newNav ">
425
+ < nav class ="newNav " style =" height: 80px; " >
425
426
< div style ="display: flex; flex-direction: row; align-items: center; ">
426
427
< img src ="favicon.ico " class ="sitelogo ">
427
428
428
429
< a href ="# " class ="nav__logo " data-aos ="fade-right "> Tourguide< span > .</ span > </ a >
429
430
</ div >
430
431
431
- < ul class ="navLinks ">
432
+ < ul class ="navLinks " style =" gap: 1.2rem; right: -50px; " >
432
433
< li class ="link " id ="View-link " data-aos =""> < a href ="mapa.html "> View</ a > </ li >
433
434
< li class ="link " id ="LogIn-link " data-aos =""> < a href ="newLogin.html "> Log In</ a > </ li >
434
435
< li class ="link " data-aos =""> < a href ="index.html "> Home</ a > </ li >
452
453
453
454
< a href ="newLogin.html " class ="contact-btn " id ="nav-login-btn "> < button class ="btn login " id ="btn-style "
454
455
data-aos ="fade-down "> Login/SignUp</ button > </ a >
455
- < a href ="mapa.html " class ="contact-btn " id ="nav-view-btn "> < button class ="btn " id ="btn-style " style ="margin: 0; "
456
+ < a href ="mapa.html " class ="contact-btn " id ="nav-view-btn "> < button class ="btn " id ="btn-style " style ="margin: 0; "
456
457
data-aos ="fade-down "> view < map name =""> </ map > </ button > </ a >
457
458
458
459
< a href ="loginPage.html " class ="contact-btn "> < button class ="btn " id ="logout-btn "
You can’t perform that action at this time.
0 commit comments