Artist Space — Grid Template

I've been integrating grid to a site builder, which creates a website entirely using CSS "display: grid"

Even though it wasn't made to handle every element of the web (mostly for layout), building a website with a grid is easy. Visually, it doesn't look different when using flex, block, etc.

Pros:
- Navigate elements around is easy and intuitive
- Grid made it easy to align elements

Some cons at the moment:
- Responsive isn't baked-in (must enable programmatically)
- Elements are at the same level in the DOM structure

What's your thought?

P/s: Content in the template is made up

Posted on Nov 18, 2020

More by Hieu Nguyen (Jack)

View profile