Restores normal align-content packing for wrapped lines.
CSS Rules
.content-normal { align-content: normal;}
Usage
<element class="content-normal" />
Responsive
Prefix
.content-normal
utility with a breakpoint variant (e.g., md:) to apply styles at
specific screen sizes (Supported breakpoints are
xm through 2xl).
<element class="md:content-normal" />
States
States are generated dynamically at runtime and always
come last. Append a state like :hover or
:focus to the end of the
class. This works in conjunction with breakpoints
.
The ::before and ::after utility classes
are supported too. Granted that you add the mandatory content-before or content-after class in
order for them to work.
Restores normal align-content packing for wrapped lines.
content-center
Sets align-content: center.
CSS Rules
.content-center { align-content: center;}
Usage
<element class="content-center" />
Responsive
Prefix
.content-center
utility with a breakpoint variant (e.g., md:) to apply styles at
specific screen sizes (Supported breakpoints are
xm through 2xl).
<element class="md:content-center" />
States
States are generated dynamically at runtime and always
come last. Append a state like :hover or
:focus to the end of the
class. This works in conjunction with breakpoints
.
The ::before and ::after utility classes
are supported too. Granted that you add the mandatory content-before or content-after class in
order for them to work.
Prefix
.content-start
utility with a breakpoint variant (e.g., md:) to apply styles at
specific screen sizes (Supported breakpoints are
xm through 2xl).
<element class="md:content-start" />
States
States are generated dynamically at runtime and always
come last. Append a state like :hover or
:focus to the end of the
class. This works in conjunction with breakpoints
.
The ::before and ::after utility classes
are supported too. Granted that you add the mandatory content-before or content-after class in
order for them to work.
Packs wrapped lines toward the end of the cross axis.
CSS Rules
.content-end { align-content: flex-end;}
Usage
<element class="content-end" />
Responsive
Prefix
.content-end
utility with a breakpoint variant (e.g., md:) to apply styles at
specific screen sizes (Supported breakpoints are
xm through 2xl).
<element class="md:content-end" />
States
States are generated dynamically at runtime and always
come last. Append a state like :hover or
:focus to the end of the
class. This works in conjunction with breakpoints
.
The ::before and ::after utility classes
are supported too. Granted that you add the mandatory content-before or content-after class in
order for them to work.
Packs wrapped lines toward the end of the cross axis.
content-between
Sets align-content: space-between.
CSS Rules
.content-between { align-content: space-between;}
Usage
<element class="content-between" />
Responsive
Prefix
.content-between
utility with a breakpoint variant (e.g., md:) to apply styles at
specific screen sizes (Supported breakpoints are
xm through 2xl).
<element class="md:content-between" />
States
States are generated dynamically at runtime and always
come last. Append a state like :hover or
:focus to the end of the
class. This works in conjunction with breakpoints
.
The ::before and ::after utility classes
are supported too. Granted that you add the mandatory content-before or content-after class in
order for them to work.
Distributes wrapped lines with space around each line.
CSS Rules
.content-around { align-content: space-around;}
Usage
<element class="content-around" />
Responsive
Prefix
.content-around
utility with a breakpoint variant (e.g., md:) to apply styles at
specific screen sizes (Supported breakpoints are
xm through 2xl).
<element class="md:content-around" />
States
States are generated dynamically at runtime and always
come last. Append a state like :hover or
:focus to the end of the
class. This works in conjunction with breakpoints
.
The ::before and ::after utility classes
are supported too. Granted that you add the mandatory content-before or content-after class in
order for them to work.
Distributes wrapped lines with space around each line.
content-evenly
Distributes wrapped lines with equal space between them.
CSS Rules
.content-evenly { align-content: space-evenly;}
Usage
<element class="content-evenly" />
Responsive
Prefix
.content-evenly
utility with a breakpoint variant (e.g., md:) to apply styles at
specific screen sizes (Supported breakpoints are
xm through 2xl).
<element class="md:content-evenly" />
States
States are generated dynamically at runtime and always
come last. Append a state like :hover or
:focus to the end of the
class. This works in conjunction with breakpoints
.
The ::before and ::after utility classes
are supported too. Granted that you add the mandatory content-before or content-after class in
order for them to work.
Distributes wrapped lines with equal space between them.
content-baseline
Aligns wrapped lines to a shared baseline.
CSS Rules
.content-baseline { align-content: baseline;}
Usage
<element class="content-baseline" />
Responsive
Prefix
.content-baseline
utility with a breakpoint variant (e.g., md:) to apply styles at
specific screen sizes (Supported breakpoints are
xm through 2xl).
<element class="md:content-baseline" />
States
States are generated dynamically at runtime and always
come last. Append a state like :hover or
:focus to the end of the
class. This works in conjunction with breakpoints
.
The ::before and ::after utility classes
are supported too. Granted that you add the mandatory content-before or content-after class in
order for them to work.
Stretches wrapped lines to fill the container's cross axis.
CSS Rules
.content-stretch { align-content: stretch;}
Usage
<element class="content-stretch" />
Responsive
Prefix
.content-stretch
utility with a breakpoint variant (e.g., md:) to apply styles at
specific screen sizes (Supported breakpoints are
xm through 2xl).
<element class="md:content-stretch" />
States
States are generated dynamically at runtime and always
come last. Append a state like :hover or
:focus to the end of the
class. This works in conjunction with breakpoints
.
The ::before and ::after utility classes
are supported too. Granted that you add the mandatory content-before or content-after class in
order for them to work.