Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.36 KB

File metadata and controls

27 lines (18 loc) · 1.36 KB

CSS Positioning

Instructions

  1. Fork this repo and clone your fork to work on it.
  2. Open up the index.html file in your browser to see the exercises.
  3. 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.css file. Edits to other files are not allowed.
  • Make sure your selectors are specific enough to only target the exercise you're working on.
  1. After each exercise, you should add and commit so you can save your progress.
  2. When you're done, push your changes to your remote then submit a Pull Request to the original repo.

Relevant Properties

Helpful Articles