1
2
3
4
5
Flexbox-Guide
Developed with love by @Souravdey777
A Guide for the concept of Flexbox and responsive design. Set the attributes as needed and copy the CSS code.
CSS Flexible Box Layout is a module of CSS that defines a CSS box model optimized for user interface design, and the layout of items in one dimension.
Show some love star Star the Repository and Tweet Out support the project
Flexbox-Guide - Flexbox-Guide : A flexbox code generator | Product Hunt
Attributes
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
stretch
baseline
align-content
flex-start
flex-end
center
space-between
space-around
stretch
flex items
add item
remove item
item height: fixed
content_copyCopy
.Container {
display : flex;
}
Buy Me A Coffee