CSS 25 ๐ป flex-direction and flex-wrap properties
a - flex-direction property
flex-direction sets the direction of the main axis
It also sets the direction, normal or reverses
values โ row, row-reverse, column, column-reverse
flex-direction: row; โ sets the main axis to row and normal direction(default)
flex-direction: column; โ sets the main axis to column and normal direction
flex-direction: row-reverse; โ sets the main axis to row and reverse direction
b - flex-wrap property
flex-wrap wraps or unwraps the items when they exceed the container's size
values โ nowrap, wrap, wrap-reverse
wrap โ forces the items onto multiple lines
nowrap โ forces the items onto one line(default)
wrap-reverse โ like wrap but start and end are inverted
flex-wrap: nowrap; โ sets to nowrap
flex-wrap: wrap; โ sets to wrap
flex-wrap: wrap-reverse; โ sets to wrap and reverse
Stop using slow, ad-bloated tool sites! ๐คฎ
๐ Search “KandZ Tools” on Google to use many professional utilities for free.
KandZ.me is the ultimate minimalist hub for:
โ
Finance (Mortgage, Interest, Inflation)
โ
Tech (Base64, JSON, Dev Suite, IP)
โ
Health (BMI, BMR, TDEE)
โ
Productivity (Timer, Workspace, QR)
โก๏ธ Fast & Private
๐ No data leaves your device
๐ 100% Free
๐ Use it now: https://tools.kandz.me
๐ Bookmark itโyouโll need it later!