Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.49 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.49 KB

Creating a grid-based CSS framework

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.

Technologies

  • HTML5
  • CSS3
  • SCSS

Usage

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.

Deployment

The demo page can be found HERE

Contributors

This is a collaborative project by : Daniel Larbi Addo and Rohan Sundar

Contributing

  1. Fork it (https://github.com/addod19/css-framework/fork)
  2. Create your feature branch (git checkout -b feature/[choose-a-name])
  3. Commit your changes (git commit -am 'what this commit will fix/add')
  4. Push to the branch (git push origin feature/[chosen-name])
  5. Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details