diff --git a/week-3/25-shirt-size/index.html b/week-3/25-shirt-size/index.html
index 9e4d606f..c6782b37 100644
--- a/week-3/25-shirt-size/index.html
+++ b/week-3/25-shirt-size/index.html
@@ -29,7 +29,14 @@
- Medium
+
|
1
diff --git a/week-3/25-shirt-size/styles.css b/week-3/25-shirt-size/styles.css
index f2831578..84204d2b 100644
--- a/week-3/25-shirt-size/styles.css
+++ b/week-3/25-shirt-size/styles.css
@@ -1 +1,6 @@
/* Add your CSS below */
+.screenreader {
+ clip: rect(1px, 1px, 1px, 1px);
+ position: absolute !important;
+ left: -2000px;
+}
diff --git a/week-3/27-attributes/index.html b/week-3/27-attributes/index.html
index e54fd838..60e0d542 100644
--- a/week-3/27-attributes/index.html
+++ b/week-3/27-attributes/index.html
@@ -42,7 +42,7 @@ Checkout
-
+
@@ -50,18 +50,18 @@ Checkout
-
+
-
+
|