KandZ – Tuts

We like to help…!

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!

Leave a Reply