Skip to content

Instantly share code, notes, and snippets.

@nonlinear
Last active October 11, 2015 15:47
Show Gist options
  • Save nonlinear/3881980 to your computer and use it in GitHub Desktop.
Save nonlinear/3881980 to your computer and use it in GitHub Desktop.
bootstrap_alert
<!-- other options: alert-info, alert-success, alert-warning, alert-danger -->
<div class="alert alert-success fade in">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<h4>[Title]</h4>[Content]
</div><!-- alert -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment