diff --git a/.gitignore b/.gitignore
index 3f82f98..964efe9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-test-image.jpg
\ No newline at end of file
+test-image*
+test-favicon*
diff --git a/index.html b/index.html
index f0ac1a5..c696c90 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,8 @@
Home | Cuiteguwu
-
+
+
@@ -18,10 +19,12 @@
diff --git a/style.css b/style.css
index 713bf5b..4afa2a5 100644
--- a/style.css
+++ b/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;
}