OLD | NEW |
1 title=Utilities | 1 title=Utilities |
| 2 description=HTML & SCSS component utilities |
2 | 3 |
3 <h1>Utilities</h1> | 4 <h1>Utilities</h1> |
4 <p>HTML & SCSS component utilities</p> | 5 <p>HTML & SCSS component utilities</p> |
5 | 6 |
6 <ol> | 7 <ol> |
7 <li><a href="#backgrounds">Backgrounds</a></li> | 8 <li><a href="#backgrounds">Backgrounds</a></li> |
8 <li><a href="#text-alignment">Text Alignment</a></li> | 9 <li><a href="#text-alignment">Text Alignment</a></li> |
9 <li><a href="#lead-text">Lead text</a></li> | 10 <li><a href="#lead-text">Lead text</a></li> |
10 </ol> | 11 </ol> |
11 | 12 |
(...skipping 18 matching lines...) Expand all Loading... |
30 | 31 |
31 <p class="text-right">Text aligned right</p> | 32 <p class="text-right">Text aligned right</p> |
32 | 33 |
33 <p class="text-end">Text aligned to the end of the container</p> | 34 <p class="text-end">Text aligned to the end of the container</p> |
34 | 35 |
35 <h2 id="lead-text">Lead text</h2> | 36 <h2 id="lead-text">Lead text</h2> |
36 | 37 |
37 <p class="lead"> "Lead text" is introductory text that is not part of a heading.
</p> | 38 <p class="lead"> "Lead text" is introductory text that is not part of a heading.
</p> |
38 | 39 |
39 <p>It is typically visually emphasized, not semantically emphasized, like <code>
strong</code> or <code>em</code>.</p> | 40 <p>It is typically visually emphasized, not semantically emphasized, like <code>
strong</code> or <code>em</code>.</p> |
OLD | NEW |