Skip to content

harshk30/flexbox-visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flexbox Visualizer - Day 4 of 100 #100DaysOfCode

Currently this project allows a user to visualize flexbox properties.

The Flexbox properties that are demonstrated are:

  • flex-direction: row | row-reverse | column | column-reverse;
  • flex-wrap: nowrap | wrap | wrap-reverse;
  • justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
  • align-items: flex-start | flex-end | center | baseline | stretch;
  • align-content: flex-start | flex-end | center | space-between | space-around | stretch;

Live link

https://castlemaninc.github.io/flexbox-animated/

About

Easily see how Flexbox properties work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 35.2%
  • CSS 32.8%
  • JavaScript 32.0%