In your HTML, you made sure to make use of the most appropriate tags for each element. You picked the tag that best represents what the element is doing on the page. Great job!
Your use of flexbox is great! You used tags like flex-container to target all the elements it needed to without needed to use redundant properties multiple times.
In your HTML, you made sure to make use of the most appropriate tags for each element. You picked the tag that best represents what the element is doing on the page. Great job!
Your use of flexbox is great! You used tags like flex-container to target all the elements it needed to without needed to use redundant properties multiple times.