Bootstrap CSS Classes

Bootstrap CSS class .btn-close-white

    <div class="alert bg-dark alert-dismissible fade show text-white" role="alert">
        <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi quae voluptatibus excepturi, pariatur dolor perferendis deleniti quas.</p>
        <button type="button" class="btn-close btn-close-white" data-bs-dismiss="alert" aria-label="Close"></button>
    </div>

Preview

Check .btn-close-white in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Bootstrap CSS classes in Buttons category

© 2024 Shuffle. All rights reserved.