Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 659 Bytes

File metadata and controls

26 lines (18 loc) · 659 Bytes

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