Skip to content

A simple project created by me to show my classmates how different CSS Flexbox and Grid properties actually work. I hope it helped you understand it a little bit more too. No images used

Notifications You must be signed in to change notification settings

snacksncode/flex-and-grid-properties

Repository files navigation

flex-and-grid-properties

Quick side-project. Simple visualization of different flex & grid properties and their affects on items

How to actually use this darn thing

I might make it public someday but for now, download a repo do

yarn install
# or
npm install

And then build it via

yarn build
# or
npm run build

Then just open index file inside newly created /dist folder

About

A simple project created by me to show my classmates how different CSS Flexbox and Grid properties actually work. I hope it helped you understand it a little bit more too. No images used

Topics

Resources

Stars

Watchers

Forks