in English

Tusitusi

Faʻamaumauga ma faʻataʻitaʻiga mo faʻaoga masani o tusitusiga e pulea ai le faʻaogaina, afifi, mamafa, ma isi mea.

Fa'atonuga o tusitusiga

Fa'afaigofie ona toe fa'aoga tusitusiga i vaega fa'atasi ai ma vasega fa'aogaina o tusitusiga.

O nisi o mea e tu'u ai mea e fa'aalia ai le fa'aoga tonu o tusitusiga. Pe e te faia ea faapena mo aʻu? Ua oo i le taimi e feagai ai ma musika ua le toe avea au ma au musika. Fa'alogo e manaia, fai ma fa'amasino ae fai se palota a'u teine. E mafai ona ou lagonaina se phoenix i totonu ia te au. E lotoleaga le lagi i lo tatou alofa, o loo fetagisi agelu mai luga. Ioe, e te ave au i le utopia.

<p class="text-justify">Some placeholder text to demonstrate justified text alignment. Will you do the same for me? It's time to face the music I'm no longer your muse. Heard it's beautiful, be the judge and my girls gonna take a vote. I can feel a phoenix inside of me. Heaven is jealous of our love, angels are crying from up above. Yeah, you take me to utopia.</p>

Mo le fa'aogaina o le agavale, taumatau, ma le ogatotonu, o lo'o avanoa vasega tali mai e fa'aoga tutusa va'aiga va'ava'a va'aia ma le faiga fa'asologa.

Fa'asinomaga agavale i luga o lapo'a va'aiga uma.

Fa'aogatotonu tusitusiga i luga o le tele o va'aiga.

Fa'asinotonu fa'aoga i luga o le tele o va'aiga uma.

Fa'asinomaga agavale i luga o va'aiga va'aiga lapo'a SM (la'i) pe lautele.

Fa'asinoga agava'a i luga o va'aiga va'aiga MD (medium) pe lautele.

Fa'asagaga agavale tusitusiga i luga o va'aiga mata'i tetele LG (tele) pe lautele.

Tusi fa'aoga agavale ile va'aiga tele XL (tele-tele) pe lautele.

<p class="text-left">Left aligned text on all viewport sizes.</p>
<p class="text-center">Center aligned text on all viewport sizes.</p>
<p class="text-right">Right aligned text on all viewport sizes.</p>

<p class="text-sm-left">Left aligned text on viewports sized SM (small) or wider.</p>
<p class="text-md-left">Left aligned text on viewports sized MD (medium) or wider.</p>
<p class="text-lg-left">Left aligned text on viewports sized LG (large) or wider.</p>
<p class="text-xl-left">Left aligned text on viewports sized XL (extra-large) or wider.</p>

Text wrapping and overflow

Wrap text with a .text-wrap class.

This text should wrap.
<div class="badge badge-primary text-wrap" style="width: 6rem;">
  This text should wrap.
</div>

Prevent text from wrapping with a .text-nowrap class.

This text should overflow the parent.
<div class="text-nowrap bd-highlight" style="width: 8rem;">
  This text should overflow the parent.
</div>

For longer content, you can add a .text-truncate class to truncate the text with an ellipsis. Requires display: inline-block or display: block.

Praeterea iter est quasdam res quas ex communi.
Praeterea iter est quasdam res quas ex communi.
<!-- Block level -->
<div class="row">
  <div class="col-2 text-truncate">
    Praeterea iter est quasdam res quas ex communi.
  </div>
</div>

<!-- Inline level -->
<span class="d-inline-block text-truncate" style="max-width: 150px;">
  Praeterea iter est quasdam res quas ex communi.
</span>

Word break

Prevent long strings of text from breaking your components’ layout by using .text-break to set word-wrap: break-word and word-break: break-word. We use word-wrap instead of the more common overflow-wrap for wider browser support, and add the deprecated word-break: break-word to avoid issues with flex containers.

mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm

<p class="text-break">mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm</p>

Text transform

Transform text in components with text capitalization classes.

Lowercased text.

Uppercased text.

CapiTaliZed text.

<p class="text-lowercase">Lowercased text.</p>
<p class="text-uppercase">Uppercased text.</p>
<p class="text-capitalize">CapiTaliZed text.</p>

Note how .text-capitalize only changes the first letter of each word, leaving the case of any other letters unaffected.

Font weight and italics

Quickly change the weight (boldness) of text or italicize text.

Bold text.

Bolder weight text (relative to the parent element).

Normal weight text.

Light weight text.

Lighter weight text (relative to the parent element).

Italic text.

<p class="font-weight-bold">Bold text.</p>
<p class="font-weight-bolder">Bolder weight text (relative to the parent element).</p>
<p class="font-weight-normal">Normal weight text.</p>
<p class="font-weight-light">Light weight text.</p>
<p class="font-weight-lighter">Lighter weight text (relative to the parent element).</p>
<p class="font-italic">Italic text.</p>

Monospace

Change a selection to our monospace font stack with .text-monospace.

This is in monospace

<p class="text-monospace">This is in monospace</p>

Reset color

Reset a text or link’s color with .text-reset, so that it inherits the color from its parent.

Fa'alogoina tusitusiga ma se feso'ota'iga toe setiina .

<p class="text-muted">
  Muted text with a <a href="#" class="text-reset">reset link</a>.
</p>

Teuga tusitusiga

Aveese se teuteuga o tusitusiga ma se .text-decoration-nonevasega.

<a href="#" class="text-decoration-none">Non-underlined link</a>