Create layout components
adonyssantos opened this issue · 0 comments
adonyssantos commented
The layout components will include:
<header>
: Is the container for the navigation.- `: The nav menu.
<section>
: Is a container (12 cols grid)<main>
: if is the only child of section will take the 12 columns<aside>
: there may be up to 2 and each one will take 3 column (to be taken away from<main>
).