Hopefully finished with the janky af menu. Definitely needs better
engineering, but works for now.
This commit is contained in:
21
style.css
21
style.css
@@ -13,7 +13,6 @@
|
||||
background-size: cover;
|
||||
align-content: start;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 3fr;
|
||||
grid-auto-flow: column;
|
||||
}
|
||||
|
||||
@@ -34,6 +33,7 @@
|
||||
}
|
||||
|
||||
.nav_menu {
|
||||
list-style: none;
|
||||
min-width: fit-content;
|
||||
display: grid;
|
||||
grid-auto-flow: row;
|
||||
@@ -52,9 +52,18 @@
|
||||
transition: 0s ease-in;
|
||||
}
|
||||
|
||||
.nav_body:hover * {
|
||||
color: darkviolet;
|
||||
transition: 0s ease-out;
|
||||
}
|
||||
|
||||
.nav_title:hover {
|
||||
color: darkviolet;
|
||||
transition: 0s ease-out;
|
||||
}
|
||||
|
||||
.nav_title {
|
||||
text-decoration-line: none;
|
||||
color: lightpink;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
@@ -64,11 +73,7 @@
|
||||
transition: 0.4s ease-out;
|
||||
float: left;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.nav_title:hover {
|
||||
color: darkviolet;
|
||||
transition: 0s ease-in;
|
||||
color: lightpink;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
@@ -85,7 +90,7 @@
|
||||
margin-right: 0.5vw;
|
||||
align-self: center;
|
||||
float: right;
|
||||
color: white;
|
||||
color: lightpink;
|
||||
transition-duration: 0.25s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user