mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Update styles.css
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
padding: 20px 10px;
|
padding: 20px 10px;
|
||||||
|
transition: all 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header a {
|
.header a {
|
||||||
@@ -29,8 +30,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header a:hover {
|
.header a:hover {
|
||||||
background-color: #BBBBBB;
|
transform: scale(1.1);
|
||||||
color: black;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header a.active {
|
.header a.active {
|
||||||
|
|||||||
Reference in New Issue
Block a user