Close icon

Use a generic close icon for dismissing content like modals and alerts.

Usage

Be sure to include text for screen readers, as we’ve done with aria-label.


<div class="float-left m-3">
	<button type="button" class="close" aria-label="Close">
	  <span aria-hidden="true">&times;</span>
	</button>
</div>

Read more