jopcode / mandanacssgrid

a simple css grid framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mandana CSS Grid Framework

This is a simple css grid frameworks using display:grid you can use from 1 to 12 col inside a .row

How to Use

First you need set a Father container with a class .row and inside this class you can use .col- .

Example

<div class="row">
	<div class="col-2">2/12</div>
	<div class="col-10">10/12</div>
<div>`

You can see this on : https://jopcode.github.io/mandanacssgrid/

About

a simple css grid framework

License:MIT License


Languages

Language:HTML 79.0%Language:CSS 21.0%