How you are setting up the grid system

As im studying html/css , i have learnt there are numerous ways to setup a grid system in your website, so what is the common way that developers are doing it these days ?

I think many people use the native CSS Grid.
Or they use the built-in grid of the framework they use, e.g. MaterialUI, Bootstrap, Tailwind.

whats the native CSS grid?

You can find the native CSS Grid on FCC.

1 Like