Skip to content

A short and simple responsive CSS 12 grid. It is developed in pure CSS and customizable.

Notifications You must be signed in to change notification settings

Mazzzy/SimpleCSSGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Short and Simple Responsive CSS Grid

It contains .css file that gives you styling to create responsive 12 grid in pure CSS. You just need to plug and play in your application.

Prerequisites

  • Basic knowledge of HTML and CSS.
  • Aware of grid based layout and responsive design.

Usage

  • Include my_grid.css in your application as,
     <link rel="stylesheet" href="css/app_style.css" />
    
  • Apply classes as :
    • mcontainer : Application / feature container.
    • mrow : For creating row
    • mcol-1 / mcol-2 / ...... / mcol-12 : For creating cols
  • Feel free to customize it as per your requirements :)

License

Open source

About

A short and simple responsive CSS 12 grid. It is developed in pure CSS and customizable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published