mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Document new utilities
This commit is contained in:
@@ -76,6 +76,8 @@ Use the scaling classes for larger or smaller rounded corners. Sizes range from
|
|||||||
{{< placeholder width="75" height="75" class="rounded-1" title="Example small rounded image" >}}
|
{{< placeholder width="75" height="75" class="rounded-1" title="Example small rounded image" >}}
|
||||||
{{< placeholder width="75" height="75" class="rounded-2" title="Example default rounded image" >}}
|
{{< placeholder width="75" height="75" class="rounded-2" title="Example default rounded image" >}}
|
||||||
{{< placeholder width="75" height="75" class="rounded-3" title="Example large rounded image" >}}
|
{{< placeholder width="75" height="75" class="rounded-3" title="Example large rounded image" >}}
|
||||||
|
{{< placeholder width="75" height="75" class="rounded-4" title="Example larger rounded image" >}}
|
||||||
|
{{< placeholder width="75" height="75" class="rounded-5" title="Example extra large rounded image" >}}
|
||||||
{{< /example >}}
|
{{< /example >}}
|
||||||
|
|
||||||
## Sass
|
## Sass
|
||||||
|
|||||||
@@ -89,6 +89,7 @@ Quickly change the `font-weight` or `font-style` of text with these utilities. `
|
|||||||
{{< example >}}
|
{{< example >}}
|
||||||
<p class="fw-bold">Bold text.</p>
|
<p class="fw-bold">Bold text.</p>
|
||||||
<p class="fw-bolder">Bolder weight text (relative to the parent element).</p>
|
<p class="fw-bolder">Bolder weight text (relative to the parent element).</p>
|
||||||
|
<p class="fw-semibold">Semibold weight text.</p>
|
||||||
<p class="fw-normal">Normal weight text.</p>
|
<p class="fw-normal">Normal weight text.</p>
|
||||||
<p class="fw-light">Light weight text.</p>
|
<p class="fw-light">Light weight text.</p>
|
||||||
<p class="fw-lighter">Lighter weight text (relative to the parent element).</p>
|
<p class="fw-lighter">Lighter weight text (relative to the parent element).</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user