Skip to content

Commit

Permalink
Merge pull request #1180 from sau-mili/main
Browse files Browse the repository at this point in the history
fix: Fixed Overline in NavBar
  • Loading branch information
apu52 authored Jul 24, 2024
2 parents 99db458 + d3be2bb commit 5c298b1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,7 @@ <h4>Contact Us</h4>
animateValue("guidesCount", 0, 25000, 20000);
animateValue("toursCount", 0, 20000, 20000);
animateValue("destinationsCount", 0, 10994, 20000);
});



</script>
Expand Down
8 changes: 4 additions & 4 deletions style_.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ p {
}

.link a::before {
position: absolute;
content: "";
/* position: absolute; */
/* content: ""; */
height: 2px;
width: 0%;
bottom: -5px;
Expand All @@ -270,8 +270,8 @@ p {
}

.link a::after {
position: absolute;
content: "";
/* position: absolute;
content: ""; */
height: 2px;
width: 0%;
top: -5px;
Expand Down
23 changes: 12 additions & 11 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ body {
color: #fff;
}

*/ #toggle:hover {
#toggle:hover {
filter: brightness(1.5);
}

Expand All @@ -334,7 +334,7 @@ body {
padding: 5rem 1rem;
}*/

/Creating Curved Corners for the Video/
/* /Creating Curved Corners for the Video/ */
.section__container {
/* max-width: var(--max-width); */
margin: auto;
Expand Down Expand Up @@ -581,7 +581,7 @@ link a:hover {
}

.navLinks a:hover{
text-decoration: underline;
/* text-decoration: underline; */
color: red;
}

Expand Down Expand Up @@ -2074,17 +2074,17 @@ body {
position: relative;
}

.link a::before {
/* .link a::before {
position: absolute;
content: "";
height: 2px;
width: 0%;
bottom: -5px;
left: 0;
background-color: red;
}
} */

.link a::after {
/* .link a::after {
position: absolute;
content: "";
height: 2px;
Expand All @@ -2093,17 +2093,17 @@ body {
right: 0;
background-color: red;
transition: all 0.2s ease-in-out;
}
} */

/* .link a:hover::before {
width: 100%;
transition: all 0.2s ease-in-out;
} */

/*
.link a:hover::after {
width: 100%;
transition: all 0.2s ease-in-out;
}
} */
.contact-btn {
position: relative;
right: 15px;
Expand Down Expand Up @@ -2812,7 +2812,7 @@ body.dark-theme .testimonials .testimonial-user p{
margin: 0 auto; /* Center the subtitle */
}
}
/STYLE FOR SIDE DISCOUNT DIVISION/
/* /STYLE FOR SIDE DISCOUNT DIVISION/ */

.popup {
position: fixed;
Expand Down Expand Up @@ -3006,4 +3006,5 @@ a:hover::after {
color:#0077b5;
margin-bottom: auto;
font-size: 14px;
font-weight: 600;
font-weight: 600;
}

0 comments on commit 5c298b1

Please sign in to comment.