diff --git a/Introduction to CSS/Lesson 1/about.html b/Introduction to CSS/Lesson 1/about.html
index 504fd4bc..4a0b892f 100644
--- a/Introduction to CSS/Lesson 1/about.html
+++ b/Introduction to CSS/Lesson 1/about.html
@@ -1,7 +1,7 @@
- The Generics | About
+ The Generic | About
@@ -14,7 +14,7 @@
ABOUT
- The Generics
+
diff --git a/Introduction to CSS/Lesson 1/index.html b/Introduction to CSS/Lesson 1/index.html
index 240e80af..3585d17c 100644
--- a/Introduction to CSS/Lesson 1/index.html
+++ b/Introduction to CSS/Lesson 1/index.html
@@ -3,6 +3,7 @@
The Generics
+
@@ -14,7 +15,7 @@
- The Generics
+
diff --git a/Introduction to CSS/Lesson 1/store.html b/Introduction to CSS/Lesson 1/store.html
index 2ea9c463..392afb03 100644
--- a/Introduction to CSS/Lesson 1/store.html
+++ b/Introduction to CSS/Lesson 1/store.html
@@ -3,6 +3,7 @@
The Generics | Store
+
@@ -14,7 +15,7 @@
- The Generics
+
MUSIC
diff --git a/Introduction to CSS/Lesson 1/styles.css b/Introduction to CSS/Lesson 1/styles.css
index 6402edf8..9f87932f 100644
--- a/Introduction to CSS/Lesson 1/styles.css
+++ b/Introduction to CSS/Lesson 1/styles.css
@@ -56,6 +56,7 @@ html, body {
background-blend-mode: multiply;
background-size: cover;
padding-bottom: 30px;
+ text-decoration: none;
}
.band-name {
@@ -64,7 +65,10 @@ html, body {
font-size: 4em;
font-family: "Booter - Zero Zero";
font-weight: normal;
- color: white;
+ color: rgb(66, 53, 53);
+ text-decoration: none;
+
+
}
.band-name-large {
@@ -86,6 +90,7 @@ html, body {
color: #333;
text-align: center;
font-size: 2.5em;
+ text-decoration: none;
}
.about-band-image {