Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions assignment-1/problems/0-horizontal-align/README.md
Original file line number Diff line number Diff line change
@@ -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.
Create one <div> that is exactly 1200 pixels wide and 500 pixels tall. Place it in the exact center of the webpage (both horizontally and vertically).