Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Is 'grid-template-areas' a good way to build this website? Reply To: Is 'grid-template-areas' a good way to build this website?

#280158
Paulie_D
Member

Start with a simple basic layout attempt in Codepe.io. and show us some minimal code of the issues you are seeing.

I’m not a fan of grid-template-area myself they seem too restrictive but they do have their uses.

Also your suggested layout seems to have non-contiguous template areas of the same name and that’s not possible. All template areas are rectangular and unique…you can only use the name once.

Anyway, show us your first minimal attempt and we can help further.