This is the eight project of the Main HTML/CSS curriculum at Microverse - @microverseinc
- The objective is to create a css grid based framework.
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.