paint-brush
How to Design a Grid-based Framework Using the CSS Float Propertyby@fivan
110 reads

How to Design a Grid-based Framework Using the CSS Float Property

by Ivan Guzman5mMay 28th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

The basic grid-based framework uses rows and columns to layout and aligns content. It's a Bootstrap-like framework that uses rows to layout. The main classes to layout the grid are:.rororoand.col-{breakpoint}- {number of columns} The grid is based on minimum width media queries, meaning they apply to that one breakpoint and all those above it. To make the grid responsive I only needed to put the code above a media query, replacingXXXXXXXX with the corresponding breakpoint. For example, I used the Easy Clearing Method.

Company Mentioned

Mention Thumbnail
featured image - How to Design a Grid-based Framework Using the CSS Float Property
Ivan Guzman HackerNoon profile picture
Ivan Guzman

Ivan Guzman

@fivan

The code tells you more than a thousand words

About @fivan
LEARN MORE ABOUT @FIVAN'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Ivan Guzman HackerNoon profile picture
Ivan Guzman@fivan
The code tells you more than a thousand words

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite