Skip to main content

Text Transforms

We have several text transform classes available to help you style your content. They are divided into a few different groups based on their purpose.

.uppercase {
text-transform: uppercase;
}

.text-center {
text-align: center;
}

.text-balance {
text-wrap: balance;
}

.text-pretty {
text-wrap: pretty;
}

.font-bold {
font-weight: 700;
}

.no-underline {
text-decoration: none;
}

.cursor-pointer {
cursor: pointer;
}

.no-break {
white-space: nowrap;
}

body:not(.fl-builder) .difference {
mix-blend-mode: difference;
}