Align Content
Set row alignment in multi-row Flex & Grid containers.
Widely available
This feature is well established and works across many devices and browser versions.
Chrome
Edge
Firefox
Safari
ac-balign-content: baseline;ac-calign-content: center;ac-fealign-content: flex-end;ac-fsalign-content: flex-start;ac-nalign-content: normal;ac-stalign-content: stretch;ac-saalign-content: space-around;ac-sbalign-content: space-between;ac-sealign-content: space-evenly;Responsiveness
Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.
Target viewport sizes with breakpoint prefixes.
sm:ac-(value)Small≥640px
md:ac-(value)Medium≥768px
lg:ac-(value)Large≥1024px
xxl:ac-(value)Extra Large≥1536px
Hover State
Apply styles conditionally on hover using the h: prefix.
Add the h: prefix to apply styles only when the user hovers over the element.
Syntax:
h:ac-(value)