Closed RobMack8932 closed 4 years ago
https://kitteh-robma.netlify.com So close but so far
Yes, you don't have a single parent element that wraps the paragraphs as one element and the cat as the other.
You want a structure like this:
PARENT
CHILD-FOR-PARAGRAPHS
<p>
<p>
CHILD-FOR-CAT
<img>
<p>
<ul>
Then you can make PARENT
as display: flex
and CHILD-FOR-PARAGRAPHS
and CHILD-FOR-CAT
will be flex-ed in a row side-by-side.
Your homework 05 - 03 - Flexbox flexing was marked: Needs Improvement
“Almost there, keep it up!”
Your homework 05 - 03 - Flexbox flexing was marked: Meets Expectations
“Well done!”
Thanks for finishing this!
Now that we have learned the power of flexbox we will apply it to the sites we are building. We'll also go back to a past assignment and see how flexbox would simplify our HTML and CSS.
Objectives
Requirements
Explorer Mode
Adventure Mode
Flexbox Article Layout
as closely as possible. Feel free to use flexbox, or grids, or both if needed. Here a link to the HTMLAdditional Resources
Recommended Practice: