]> git.ipfire.org Git - ipfire.org.git/blob - static/scss/bootstrap-4.0.0-alpha.6/docs/utilities/close-icon.md
Added Bootstrap 4.0.0-alpha 6, new images and mockups for the new layout.
[ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / docs / utilities / close-icon.md
1 ---
2 layout: docs
3 title: Close icon
4 group: utilities
5 ---
6
7 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`.
8
9 {% example html %}
10 <button type="button" class="close" aria-label="Close">
11 <span aria-hidden="true">&times;</span>
12 </button>
13 {% endexample %}