HannahAurand / old-portfolio

Online Portfolio
0 stars 0 forks source link

tip: container element with `article` or `main` #1

Open 0xZakk opened 6 years ago

0xZakk commented 6 years ago

Your thinking here is great! we want to contain our elements. Sadly, there's no container html element. Instead, you'll often see people use the article element here, filled with section elements. Alternatively, you can consider the header, main, and footer elements (another thing you'll see often)

https://github.com/HannahAurand/hannahaurand.github.io/blob/588dcd3c9ab3d6fc2ac224b8646061d63ffe30ce/index.html#L22