diff --git a/week-1/problems/0-horizontal-align/index.html b/week-1/problems/0-horizontal-align/index.html
index 7b2f62cfc..8e0a22bec 100644
--- a/week-1/problems/0-horizontal-align/index.html
+++ b/week-1/problems/0-horizontal-align/index.html
@@ -11,6 +11,7 @@
width: 1200px;
/* margin: 0px auto; */
background-color: red;
+ height: 500px;
}
.content {
diff --git a/week-1/problems/1-vertical-align/index.html b/week-1/problems/1-vertical-align/index.html
index adb5ce5c7..6cc35bcee 100644
--- a/week-1/problems/1-vertical-align/index.html
+++ b/week-1/problems/1-vertical-align/index.html
@@ -23,9 +23,11 @@
}
.horizontal-center {
margin: 0 auto;
+ display: flex;
+ text-align: center;
}
-
+"
diff --git a/week-1/problems/2-flex-layout/index.html b/week-1/problems/2-flex-layout/index.html
index e4b966c24..df8cd50df 100644
--- a/week-1/problems/2-flex-layout/index.html
+++ b/week-1/problems/2-flex-layout/index.html
@@ -9,20 +9,25 @@
diff --git a/week-1/problems/3-grid-layout/index.html b/week-1/problems/3-grid-layout/index.html
index 1f3b2f915..be7b1880a 100644
--- a/week-1/problems/3-grid-layout/index.html
+++ b/week-1/problems/3-grid-layout/index.html
@@ -7,7 +7,7 @@
Grid Layout
diff --git a/week-1/problems/4-more-complicated-grid/index.html b/week-1/problems/4-more-complicated-grid/index.html
index 0f85ba39d..b18890ef8 100644
--- a/week-1/problems/4-more-complicated-grid/index.html
+++ b/week-1/problems/4-more-complicated-grid/index.html
@@ -8,7 +8,7 @@
Grid Layout