I’m studying for my Website Design class and don’t understand how to answer this. Can you help me study?
4.15 LAB: Flexbox Styling
Complete a CSS stylesheet such that the provided HTML (oatmeal_cookies.html) looks like the following webpage.
To achieve the desired web page, the following style rules should be utilized:
<header>
tag: set display to be flex and justify-content to be space-betweencontent
class: set display to be flex and flex-wrap to be wrapmain-content
class: set display to be flex, flex-wrap to be wrap, flex-grow to be 1, and flex-basis to be 70%title
class: set display to be flex and align-items to be baselinesummary
class: set display to be flex, justify-content to be space-evenly, flex-grow to be 1, and flex-basis to be 100%<div>
tag child of<div>
tag child ofsummary
class: set display to be flex and justify-content to be space-betweeningredients
anddirections
classes: set flex-grow to be 1 and flex-basis to be 45%related-content
class: set flex-grow to be 1 and flex-basis to be 20%