- Table Of Content
- About
- Install
- Usage
- Documentation
- Developers & contributers guide
- Changelog
- License
A simple grid system with 4 screen sizes (sm, md, lg, xl) build using Flex-box CSS3 prooperties & it based on bootstrap media query sizes to make your design responsive with maximum media resolutions
avaliable installing ways
- CDN
https://mohssineaboutaj.github.io/grid-system/css/grid-system.min.css
- NPM
npm install --save @mohssineaboutaj/grid-system
- Yarn
yarn add --save @mohssineaboutaj/grid-system
- Download
go to https://github.com/mohssineAboutaj/grid-system, download the zip or clone the repo, copy css file exist on the pathcss/grid-system.css
orcss/grid-system.min.css
, then follow usage steps bellow
<link rel="stylesheet" href=PATH_OF_CSS_FILE />
NOTE: dont forget to replace the PATH_OF_CSS_FILE with a real path of the css file
<div class="row">
<div class="grid md-6-and-up">
size 6 columns in medium screens & up
</div>
<div class="grid md-6-and-up">
size 6 columns in medium screens & up
</div>
</div>
Full documentation & more info
README file for developers & contributers
MIT @mohssineAboutaj