Skip to content

Commit

Permalink
Hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cherryymerryy committed May 22, 2023
1 parent b916823 commit 0a4d11e
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion new/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<header>
<ul class="nav-bar-b">
<img src="src/img/ReverseEntertainment_Smalllogo_VK.png" alt="" width="64px" height="64px">
<li>
<li class="active">
<a class="nav-btn" href="home.html">home</a>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion new/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<li>
<a class="nav-btn" href="home.html">home</a>
</li>
<li>
<li class="active">
<a class="nav-btn" href="news.html">news</a>
</li>
<!--<li>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 8 additions & 1 deletion new/src/style/tools/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.nav-btn:hover {
background-color: #fff;
color: #1d1d1d;
padding: 5px;
padding: 10px;
border-radius: 10px;
height: 75px;
transition: all 0.3s ease;
Expand All @@ -48,4 +48,11 @@
li {
margin: 5px;
list-style: none;
}

li.active a {
background-color: #fff;
color: #1d1d1d;
border-radius: 25px;
padding: 5px;
}

0 comments on commit 0a4d11e

Please sign in to comment.