Bootstrap: Utilities “Close icon”

Bootstrap 4 has a lot of utility/helper classes to quickly style elements without using any CSS code. Use the .close class to style a close icon.

 <div class="clearfix">
      <button type="button" class="close">&times;</button>
    </div>
Tagged : / / / / / / / /