Skip to content

njiels/responsive-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Responsive grid

How to create a responsive grid with CSS and JS

For several project I've designed grids, because they look cool. However, it always bugged me how I was never able to make it fill the full page at a responsive way. So I wrote some code how to influence a HTML file to fill itself with a grid. My grid is filled with dots, because I like it that way, but you can style your grid however you like using CSS.

Anatomy of a grid

A grid consists of columns, rows and width. So we'll have to calculate and replicate this in order to fill the screen.

Column
Row Module

About

Code for a responsive grid on a web page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published