Layout challenge
<body>
Setup the layout with GRID <header>Header</header>
<main>
• Add any necessary div as a <aside>sidebar</aside>
container.
<div>
• Once you finish the layout, Content 1
center the text using flex (add </div>
<div>
any tag need it to accomplish Content 2
this) </div>
<div>
• Make it responsive Content 3
</div>
</main>
<footer>footer</footer>
</body>
1
Expected output