add fancy background animations nav
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
#nav-menu {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.85);
|
||||
background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.822), rgba(22, 17, 65, 0.822) 5% );
|
||||
background-size: 150vh 150vh;
|
||||
position: fixed;
|
||||
display: block;
|
||||
z-index: 10;
|
||||
@@ -22,6 +23,7 @@
|
||||
bottom: 0;
|
||||
left: 1;
|
||||
right: 1;
|
||||
transition: background-position 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
.nav-container {
|
||||
|
||||
Reference in New Issue
Block a user