This project focuses on building a grid-based CSS framework like bootstrap, foundation semtantic UI - to name just a few.
We used CSS Grid and Flex as the basic building block for the grid system. We maintained the conventional 12-grid style and included come commonly used components and utilities.
The project is part of a series of projects to be completed by students of Microverse.
- HTML5
- CSS3
- SCSS
Clone the repository to your local machine
$ git clone https://github.com/addod19/css-grid-framework.git
cd into the directory
$ cd css-framework
The compiled CSS is located at main.css
open index.html with your favourite web browser to see awesome in action.
The demo page can be found HERE
This is a collaborative project by : Daniel Larbi Addo and Rohan Sundar
- Fork it (https://github.com/addod19/css-framework/fork)
- Create your feature branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -am 'what this commit will fix/add')
- Push to the branch (git push origin feature/[chosen-name])
- Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details