mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
add smooth animations to navbar
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
font-size: 18px;
|
||||
line-height: 25px;
|
||||
border-radius: 4px;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.header a.logo {
|
||||
@@ -29,8 +30,8 @@
|
||||
}
|
||||
|
||||
.header a:hover {
|
||||
background-color: #BBBBBB;
|
||||
color: black;
|
||||
transform: scale(1.1);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.header a.active {
|
||||
|
||||
Reference in New Issue
Block a user