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
13 changes: 7 additions & 6 deletions assignment-1/problems/2-flex-layout/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Create a layout with two side-by-side <div>s.

Create a simple layout where you see div with red color on the left and blue color on the right.
The right grid should be twice as wide as the left one.

Contents of both the grids should be vertically centered

Also make sure its max 1200px and center of the screen
The left <div> is red.
The right <div> is blue.
The blue <div> should be twice as wide as the red one.
Center the content vertically inside both <div>s.
Keep the entire layout centered on the page.
The layout should have a maximum width of 1200px.