Closed Agent-Banks closed 4 years ago
octodex-codybanks.netlify.com
Your homework 05 - 04 - Octodex was marked: Exceeds Expectations
“Gavin Approved!”
Nicely done!
I'd watch cases like this:
article:nth-child(4) {
padding-left: 0;
}
article:nth-child(7) {
padding-left: 0;
}
article:nth-child(10) {
padding-left: 0;
}
Often when we have to go in more than one or two children, what we really see is the need to restructure the code with more semantic elements, or to place classes on things. 10th child
for padding-left: 0
has almost no meaning. Whereas first-child
has more. It is also easier for us to think about the first child
and see what it is than the 10th child
Excellent work!
GitHub has a great mascot called Octocat. Octocat even has its own gallery of variations, created by GitHub itself and fans, called Octodex.
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.
Objectives
Requirements
Explorer Mode
app-app
withalpha
and name your projectOctodex
12
to16
or so). Your layout should be flexible but doesn't need to perfectly responsive.Adventure Mode
Epic Mode
Additional Resources