Open adonyssantos opened 5 months ago
The layout components will include:
<header>
<section>
<main>
<aside>
The layout components will include:
<header>
: Is the container for the navigation.<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>
).