Sha256: e5f67a5c29b33ed2b6a2e84ccd7205bb20bf32dc6b617dd4c8d74e304eb59ed2
Contents?: true
Size: 1.15 KB
Versions: 8
Compression:
Stored size: 1.15 KB
Contents
<div class="card"> <div class="card-header"> <%= fa_icon("tint") %> Inline text elements </div> <div class="card-body"> <p> Traditional heading elements are designed to work best in the meat of your page content. When you need a heading to stand out, consider using a <strong>display heading</strong>—a larger, slightly more opinionated heading style. </p> <div class="bd-example"> <p> You can use the mark tag to <mark>highlight</mark> text. </p> <p> <del>This line of text is meant to be treated as deleted text.</del> </p> <p> <s>This line of text is meant to be treated as no longer accurate.</s> </p> <p> <ins>This line of text is meant to be treated as an addition to the document.</ins> </p> <p> <u>This line of text will render as underlined</u> </p> <p> <small>This line of text is meant to be treated as fine print.</small> </p> <p> <strong>This line rendered as bold text.</strong> </p> <p> <em>This line rendered as italicized text.</em> </p> </div> </div> </div>
Version data entries
8 entries across 8 versions & 1 rubygems