Skip to content

willemliu/mini-flex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-Flex

An easy and lightweight FlexBox grid system.

Including Mini-Flex

Below are some of the most common ways to include Mini-Flex.

Browser

Script tag

<link href="mini-flex.css" rel="stylesheet" type="text/css">

Usage

You can create a grid by using the following CSS classes:

Class Description
.mf-flex FlexBox container
.mf-stretch Stretch the item over the entire width
.mf-row Lays out its children in rows
.mf-column Lays out its children in columns
.one/.two/.../.twelve Determines the size of the FlexBox item

About

An easy and lightweight FlexBox grid system

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors