Alert Bar Uikit only

Alert bar for important messages.


The code to generate the component is this:


    <nav class="navbar navbar-dark bg-primary fixed-top navbar-alert">
        <div class="text-center">
            <strong>Imagine what your life would be like if you could achieve the career you've always dreamed of, without having to lose money? </strong>
            <a target="_blank" rel="noopener noreferrer" class="btn btn-secondary animated shake" href="#">Discover How! <i class="fa fa-arrow-right" aria-hidden="true"></i></a>
        </div>
        <i class="fa fa-times-circle navbar-alert-top-close-button" aria-hidden="true"></i>
    </nav>