/Grid-Based-Framework

A simple grid-based framework

Primary LanguageCSS

PROJECT:DESIGN YOUR OWN GRID-BASED FRAMEWORK

This is the eight project of the Main HTML/CSS curriculum at Microverse - @microverseinc

  • The objective is to create a css grid based framework.

CSS GRID-BASED FRAMEWORK

How to use

The Project uses the media query (break-point) with min-width: 768px, min-width 992px and min-width 1024px and the prefix -sm, -md and -lg was used for the class names respectiely.

The grid system was developed using CSS Flex-box properties.

A preview page of The Odin Project website clone using the Grid Framework:

Authors