Welcome to Exercise 03 - let's practice using CSS Flexbox to build a complete page layout.
- Create a new folder on your local machine and open it in VSCode.
- Create an
index.htmlfile and copy the contents from this repository. - Create a
style.cssfile and copy the contents from this repository. - Follow the instructions in
style.cssto add your Flexbox styles. - Work through each section: page structure, header, cards, features, footer.
- Experiment with different values—try changing
justify-contentorgapto see what happens. - If you get stuck, check the
solutionfolder for one approach.
