Exercises
Two Columns, Centered, Fixed in Size
Here is what you are going for.
Starter HTML without CSS
Example with CSS, in case you get stuck.
Two Columns, Flexible Width
Use percentages instead of fixed pixel widths for flexible layouts.
Starter HTML without CSS
Example with CSS
Two Columns, Flexible, Centered
Combine the techniques of centering and percentage-based layouts!
Starter HTML without CSS
Example with CSS