CSS Kitten Wheelbarrow
Problem Statement
Oh no! All of our kittens have escaped from the wheelbarrow. Help collect all the kittens into the wheelbarrow using CSS selectors and absolute positioning.
Objectives
- Practice absolute positioning skills
Practice Absolute Positioning Skills
Steps
Tasks for LearnIDE Environment Users
- Click the "OPEN IDE" button
Tasks for Local Environment Users
- Fork this repository.
- Clone your fork locally.
cd
into the local repo you just cloned.
Process
- Open index.html in the browser. (For students using the Learn IDE, use these 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.