Do I have to create a container using div classes to make a css3 grid? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Do I have to create a container using div classes to make a css3 grid?

I am trying to make a grid without adding alot of extra lines to my code. I would like to make a simple layout using the header, nav, article, sections, and footer tags that I can change later as needed. Is that possible?

5th Aug 2018, 1:21 AM
Dawn Marie Harrell
Dawn Marie Harrell - avatar
2 Answers
+ 2
Here the website template formed by using header, nav, article, section, aside and footer tags. https://code.sololearn.com/W87tMtRyJ1j5/?ref=app
6th Aug 2018, 4:21 AM
Calviղ
Calviղ - avatar
+ 3
here is an alternative structure using table ~ https://code.sololearn.com/WdIp2WE8tBDZ/?ref=app
5th Aug 2018, 1:46 AM
BroFar
BroFar - avatar