diff --git a/Video 17/index.html b/Video 17/index.html
index 4331de17..fcc242ac 100644
--- a/Video 17/index.html
+++ b/Video 17/index.html
@@ -12,7 +12,7 @@
/* Class Selector */
.red{
- background-color: red;
+ background-color: blue;
}
/* Id Selector */
@@ -39,9 +39,9 @@
}
/* Pseudo Selector */
- a:visited{
- color: yellow
- }
+ a:visited {
+ color: yellow; /* Added missing semicolon */
+}
a:link {
color: green;
@@ -81,4 +81,4 @@
Go to Google
Go to Facebook