- Fork this repo and clone your fork to work on it.
- Open up the
index.htmlfile in your browser to see the exercises. - Complete each exercise by adding a new ruleset, or multiple rulesets, in order to style the elements according to the instructions.
- Make sure you only edit the
my-styles.cssfile. Edits to other files are not allowed. - Make sure your selectors are specific enough to only target the exercise you're working on.
- After each exercise, you should add and commit so you can save your progress.
- When you're done, push your changes to your remote then submit a Pull Request to the original repo.
- MDN: Introduction to CSS Layout (note: skip Grid, Table, and Multi-Column layouts)
- MDN: Layout in Normal Flow
- A List Apart: CSS Positioning 101