In this lesson you'll help collect all the kittens into the wheelbarrow using CSS selectors.
You will be able to:
- Use various CSS selectors to style elements
- Click the "OPEN IDE" button
- Fork this repository.
- Clone your fork locally.
cd
into the local repo you just cloned.
- Open index.html in the browser. (For students using the Learn IDE, here are instructions on how to view HTML pages in the browser.)
- Use the comments in css/place-kitty.css to write the correct selectors to move each kitty into the wheelbarrow.
View CSS Kitten Wheelbarrow on Learn.co and start learning to code for free.
Well done! In this lab you practiced styling a web page using various CSS selectors!