<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="container">
<div class="row">
<h2>
Alerts</h2>
<div class="col-md-12">
<div class="alert alert-purple alert-dismissable">
<span class="glyphicon glyphicon-certificate"></span>
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">
×</button><strong>Well done!</strong> Custom <a href="http://www.jquery2dotnet.com"
target="_blank">alert</a> message box with cool color</div>
<div class="alert alert-info-alt alert-dismissable">
<span class="glyphicon glyphicon-certificate"></span>
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">
×</button><strong>Well done!</strong> Custom <a href="http://www.jquery2dotnet.com"
target="_blank">alert</a> message box with cool color</div>
<div class="alert alert-danger-alt alert-dismissable">
<span class="glyphicon glyphicon-certificate"></span>
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">
×</button><strong>Well done!</strong> Custom <a href="http://www.jquery2dotnet.com"
target="_blank">alert</a> message box with cool color</div>
<div class="alert alert-warning-alt alert-dismissable">
<span class="glyphicon glyphicon-certificate"></span>
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">
×</button><strong>Well done!</strong> Custom <a href="http://www.jquery2dotnet.com"
target="_blank">alert</a> message box with cool color</div>
<div class="alert alert-success-alt alert-dismissable">
<span class="glyphicon glyphicon-certificate"></span>
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">
×</button><strong>Well done!</strong> Custom <a href="http://www.jquery2dotnet.com"
target="_blank">alert</a> message box with cool color</div>
</div>
</div>