KandZ – Tuts

We like to help…!

CSS 29 ๐Ÿ’ป align-content and align-self properties

https://www.youtube.com/watch?v=tlyTYkHdt-k
a - align-content property

align-content controls the alignment of flex items along the cross axis
It applies to the container itself and not on individual items
values โ†’ start, center, end, flex-start, flex-end, baseline...
...space-between, space-around, space-evenly, stretch...
... safe center and unsafe center
align-content: stretch; โ†’ default value, fills the container along the cross axis
align-content: flex-start; โ†’ to the cross-axis start side
align-content: center; โ†’ close to each other in the center of the container


b - align-self property

align-self sets individually the alignment of a flex item along the cross axis
values โ†’ start, center, end, flex-start, flex-end, anchor-center baseline...
...space-between, space-around, space-evenly, stretch...
... safe center and unsafe center
align-self: stretch; โ†’ Stretch 'auto'-sized items to fit the container
align-self: flex-end; โ†’ Put the flex item at the end
align-self: center; โ†’ Puts the item around the center
align-self: baseline; โ†’aligns to the alignment baseline

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