Imagine you are creating a website to showcase the awards of your favorite celebrity.
Create a website that includes:
- A title that takes up 100% of the page width
- At least 2 columns for the content (you choose the width and content)
- Start by identifying the parent element that will be the flex box.
- What CSS properties do you use to set the parent element's display to be a flexbox?
- What CSS property do you use to make the child elements wrap on the page as columns?
- How do you define how wide an element is on the page?