Skip to content

Commit

Permalink
Merge pull request #568 from OnaliyVinukiy/master
Browse files Browse the repository at this point in the history
Made a glowing effect for the navbar links
  • Loading branch information
QAZIMAAZARSHAD committed Oct 11, 2023
2 parents 11cc221 + a4419b7 commit 641cb59
Show file tree
Hide file tree
Showing 21 changed files with 179 additions and 79 deletions.
12 changes: 8 additions & 4 deletions action.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,14 @@
}
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}
</style>

Expand Down
15 changes: 10 additions & 5 deletions anime.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,17 @@
width: 81px;
height: 52px;
}
.nav-item :hover{

.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}


Expand Down
12 changes: 8 additions & 4 deletions comedy.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,14 @@
}
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}

</style>
Expand Down
12 changes: 8 additions & 4 deletions contactus.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@
}
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}
.menu li a:hover {
color: red !important;
Expand Down
12 changes: 8 additions & 4 deletions crime.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,14 @@
}
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}
</style>
<body>
Expand Down
12 changes: 8 additions & 4 deletions documentary.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,14 @@
}
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}
</style>

Expand Down
12 changes: 8 additions & 4 deletions drama.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,14 @@
}
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}
</style>
<body>
Expand Down
12 changes: 8 additions & 4 deletions fantasy.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,14 @@
}
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}
</style>

Expand Down
13 changes: 13 additions & 0 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@
<link rel="stylesheet" href="static/style-min.css">
<link rel="stylesheet" href="cards.css">
<link rel="stylesheet" href="footer.css">
<style>
.nav-item :hover{
margin-bottom: 10px;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}
</style>

</head>
<body>
Expand Down
11 changes: 6 additions & 5 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,15 @@
}
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}

#header-nav .nav-link a:hover{
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}
</style>
<script>
Expand Down
12 changes: 8 additions & 4 deletions horror.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,14 @@
}
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}
</style>

Expand Down
15 changes: 10 additions & 5 deletions kids.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,16 @@
color:red;
}

.nav-item :hover{
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}
.scroll-bar {
height: auto;
Expand Down Expand Up @@ -109,6 +113,7 @@


}

@media only screen and (max-width: 1400px){
#header-nav .nav-link {
color: white;
Expand Down
12 changes: 8 additions & 4 deletions movies.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,14 @@

.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}

.logo {
Expand Down
12 changes: 12 additions & 0 deletions news.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@
background-color: white;
color: red;
}

.nav-item :hover{
margin-bottom: 10px;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}
</style>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-dark" id="header-nav">
Expand Down
12 changes: 8 additions & 4 deletions popular.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,14 @@
}
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}
</style>

Expand Down
12 changes: 8 additions & 4 deletions premium.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,14 @@
}
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}
.footer-heading{
color:white;
Expand Down
12 changes: 8 additions & 4 deletions romance.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,14 @@
}
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}
</style>

Expand Down
12 changes: 8 additions & 4 deletions suspense.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,14 @@
}
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}

</style>
Expand Down
12 changes: 8 additions & 4 deletions tv.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,14 @@
}
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}
.flim{
text-align: left;
Expand Down
12 changes: 8 additions & 4 deletions war.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,14 @@
}
.nav-item :hover{
margin-bottom: 10px;
/* background-color: aquamarine; */
border-bottom: 3px;
border-color: red;
border-bottom-style: solid;


}
#header-nav .navbar-nav .nav-item .nav-link:hover {
color: red;
text-decoration: none; /* Remove underline */
transition: color 0.3s ease, text-shadow 0.3s ease; /* Add transition effect */
text-shadow: 0 0 10px red; /* Add glowing effect */
}

</style>
Expand Down
Loading

0 comments on commit 641cb59

Please sign in to comment.