+ 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?
2 ответов
+ 2
Here the website template formed by using header, nav, article, section, aside and footer tags.
https://code.sololearn.com/W87tMtRyJ1j5/?ref=app
+ 3
here is an alternative structure using table ~
https://code.sololearn.com/WdIp2WE8tBDZ/?ref=app