Help collect all the kittens into the wheelbarrow using CSS selectors.
- Fork this repository.
- Clone your fork.
- cd into the folder for this lab.
- open index.html in the browser.
- open this folder in your code editor.
- Use the comments in css/place-kitty.css to write the correct selectors to move each kitty into the wheelbarrow.
- (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.