Your HTML implementation enables the proper use of flexbox, and your structure reflects the grouping and flow of content in the browser.
Good use of the <section> semantic element! Keep looking for places to use additional semantic elements in the HTML of future projects. I recommend using comments in your HTML to help keep it organized and more easily readable for other developers and your future self.
Your HTML implementation enables the proper use of flexbox, and your structure reflects the grouping and flow of content in the browser.
Good use of the
<section>semantic element! Keep looking for places to use additional semantic elements in the HTML of future projects. I recommend using comments in your HTML to help keep it organized and more easily readable for other developers and your future self.