mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 21:22:52 +02:00
Add docs for .w-100 utility class
[skip sauce]
This commit is contained in:
@@ -165,6 +165,14 @@ Sometimes contextual classes cannot be applied due to the specificity of another
|
|||||||
{% capture callout-include %}{% include callout-warning-color-assistive-technologies.md %}{% endcapture %}
|
{% capture callout-include %}{% include callout-warning-color-assistive-technologies.md %}{% endcapture %}
|
||||||
{{ callout-include | markdownify }}
|
{{ callout-include | markdownify }}
|
||||||
|
|
||||||
|
## Widths
|
||||||
|
|
||||||
|
Easily make an element as wide as its parent using the `.w-100` utility class, which sets `width: 100%`.
|
||||||
|
|
||||||
|
{% example html %}
|
||||||
|
<img class="w-100" data-src="holder.js/200px100?outline=yes&text=Width%20%3D%20100%25" alt="Width = 100%">
|
||||||
|
{% endexample %}
|
||||||
|
|
||||||
## Close icon
|
## Close icon
|
||||||
|
|
||||||
Use a generic close icon for dismissing content like modals and alerts. **Be sure to include text for screen readers**, as we've done with `aria-label`.
|
Use a generic close icon for dismissing content like modals and alerts. **Be sure to include text for screen readers**, as we've done with `aria-label`.
|
||||||
|
Reference in New Issue
Block a user