Closed mdewey closed 5 years ago
Code overall looks good, make sure to properly format your code. Use your editor to help with that.
for example, see how your HTML slowly goes further right as your scroll down:https://github.com/GarrettAnderson/octocat/blob/master/public/index.html
Your homework was marked: Meets Expectations
“Yas” — via Jason L Perry
Octodex
GitHub has a great mascot called OctoCat. OctoCat even has its own gallery of variations, created by GitHub itself and fans, called Octodex.
Unfortunately, the Octodex is not responsive*! Today, your task is to recreate the layout of The Octodex as closely as possible, but make it responsive. You can use all the tools you have at your disposal to get the job done. Use your browser's Developer Tools to inspect their site to find the exact font sizes and padding amounts.
* Well, actually it uses javascript to set the number of columns on page load, but we want to see interactive responsiveness when we resize our window!
Objectives
Requirements
You should strive to implement the design as close as possible, though, especially if you've never touch HTML or CSS before, this can be extraordinarily difficult and will take a lot of practice and mileage.
Note: You should complete at least the tasks given for explorer mode as listed below before turning in the assignment, as well as before attempting adventure or epic modes.
Explorer Mode
flex-wrap
property).TIP Reminder to breakdown the layout into smaller chunks that are easier to style
Adventure Mode
Epic Mode
Additional Resources