CSS 2: Box Model Exercise
The goal is to create a webpage that looks like the screenshot below. Follow these steps:
- Copy this webpage (the solution from the first exercise).
- Add appropriate margin, border, and padding to the text div.
- Add appropriate border to the image.
- Create a div for all of the page content and center that in the middle of the page.
- Add appropriate border and padding to that div.