Skip to content
Get ready for the next version of Yumma CSS, which is going to be amazing!

Caption Side

Controls the caption element orientation in a table.

Class Property

cs-b

caption-side: bottom;

cs-t

caption-side: top;

Using responsive modifiers

Using responsive breakpoints like sm:cs-*, md:cs-*, lg:cs-*, and xxl:cs-* allows targeting specific utilities in different viewports.

<div class="cs-b md:cs-t ..."></div>

Using hover modifiers

Using :hover modifiers such as h:cs-* allows you to override elements and change their values when hovering over them.

<div class="cs-b h:cs-t ..."></div>