Using CSS Grid In Bricks Builder (part 1)

written by: Dimitri
Last Updated: November 21, 2021

In our multi-part part Bricks Builder Tutorial about CSS Grid, we will deep dive into all relevant aspects of CSS Grid in Bricks builder and by the end of it you will be able to utilize our framework to create fully responsive layouts by just adding a few different classes to your container elements.

CSS Grid is the newest and easiest way to create responsive layouts in Bricks Builder. The Bricks Team has announced that they will make grid a native component in their builder, however, assuming it'll be similar to Oxygen's grid component, it is quite cumbersome to continually add your layout instead of just adding classes on the fly.

What is CSS Grid?

Put simply, CSS Grid allows you to create flexible, dynamic, and attractive layouts. It works hand-in-hand with flexbox to give you complete control of your website's design.

CSS Grid Layout excels at dividing a page into major regions or defining the relationship in terms of size, position, and layer, between parts of a control built from HTML primitives.

Like tables, grid layout enables an author to align elements into columns and rows. However, many more layouts are either possible or easier with CSS grid than they were with tables. For example, a grid container's child elements could position themselves so they actually overlap and layer, similar to CSS positioned elements.

Mozilla Web Docs

Leave a Reply

Your email address will not be published. Required fields are marked *

our blog.

Related Blogs You May Enjoy

How To Properly Create Image Cards in Bricks Builder

In this tutorial, we are going to show you how you properly create image cards in Bricks Builder. This concept applies far beyond the scope of just…
Read More

Nifty CSS Hover Animations

For this blog post, we will show you how to add even more CSS hover animations for links and/or menu items. If you want to see the…
Read More

Adding An Underline On Words To Add Emphasis

When designing a website for our client Sterling Wealth Management we decided to take a modern approach and utilize underlined words to draw attention and add emphasis.…
Read More