Roman
KPCKevin Powell - Community
•Created by Roman on 5/15/2024 in #front-end
Why nest container divs in section/nav/article elements?
This has likely been covered before, but it feels like a really generic thing to find with search. I'm making my way through "Build a responsive website with HTML & CSS" playlist and I saw Kevin nesting a container div inside other elements like
<nav>
<div class="container"> ...
or
<section>
<div class="container"> ...
Why not style the section or nav elements directly?
49 replies