Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 765 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 765 Bytes

CSS Kitten Wheelbarrow

Help collect all the kittens into the wheelbarrow using CSS selectors.

Steps

  1. Fork this repository.
  2. Clone your fork.
  3. cd into the folder for this lab.
  4. open index.html in the browser.
  5. open this folder in your code editor.
  6. Use the comments in css/place-kitty.css to write the correct selectors to move each kitty into the wheelbarrow.
  7. (HINT: If you'd like to take a look at your handiwork, you can preview this in your browser by right-clicking the file in the file tree, and selecting "Open in Browser" .)

View CSS Kitten Wheelbarrow on Learn.co and start learning to code for free.