From de7c0e621fa171554b997911c5a5d9ad81fa2dbb Mon Sep 17 00:00:00 2001 From: Umair93r Date: Sat, 11 Jul 2026 12:18:06 +0530 Subject: [PATCH] Update README with clearer layout instructions --- assignment-1/problems/0-horizontal-align/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/assignment-1/problems/0-horizontal-align/README.md b/assignment-1/problems/0-horizontal-align/README.md index ac3991e..acdb1f5 100644 --- a/assignment-1/problems/0-horizontal-align/README.md +++ b/assignment-1/problems/0-horizontal-align/README.md @@ -1,4 +1 @@ - -Create a layout where you have a single div in the center of the page with width 1200px. -Hardcode its width to be 1200px. -Hardcode its height to be 500px. \ No newline at end of file +Create one
that is exactly 1200 pixels wide and 500 pixels tall. Place it in the exact center of the webpage (both horizontally and vertically).