1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-01 07:46:47 +02:00
Files
bootstrap/docs/4.0/utilities/close-icon.md
2018-03-14 17:44:38 +02:00

17 lines
424 B
Markdown

---
layout: docs
title: Close icon
description: Use a generic close icon for dismissing content like modals and alerts.
group: utilities
toc: true
---
**Be sure to include text for screen readers**, as we've done with `aria-label`.
{% capture example %}
<button type="button" class="close" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
{% endcapture %}
{% include example.html content=example %}