Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

Bootstrap - Text

back


Font

Class Description
fs-{size} font-size of text
fw-{weight} font-weight of text
fst-{style} font-style of text
lh-{height} the line height
font-monospac monospace font

Text

Class Description
text-{color} the color of the text
text-reset inherits the color from its parent
text-opacity-{value} the opacity of the text
text-{color}-{opacity} Colors with opacity
text-{alignment} text alignment
text-wrap Wrap text
text-nowrap No text wrapping
text-break break long strings
text-lowercase Lowercased text
text-uppercase Uppercased text
text-capitalize CapiTaliZed text
text-decoration-{decoration} Decorate text

Typography

Class Description
h1 headings. Size:1~6
display-1 display heading. Size:1~6
lead Make a paragraph stand out
blockquote quoting blocks
blockquote-footer quoting blocks
text-truncate truncate the text with an ellipsis

Miscellaneous

Class Description
vr Vertical rule
ink-{color} colorize links

TOP