Skip to content

Instantly share code, notes, and snippets.

@Signorini
Created May 2, 2017 21:53
Show Gist options
  • Save Signorini/c824afbd56677268ebd576490ce69365 to your computer and use it in GitHub Desktop.
Save Signorini/c824afbd56677268ebd576490ce69365 to your computer and use it in GitHub Desktop.
<div class="container">
<div class="columns">
<div class="column">
<alert type="success">
<strong>column</strong>
<p>You successfully read this important alert message.</p>
</alert>
</div>
<div class="column">
<alert type="warning">
<strong>column</strong>
<p>You successfully read this important alert message.</p>
</alert>
</div>
<div class="column">
<alert type="success">
<strong>column</strong>
<p>You successfully read this important alert message.</p>
</alert>
</div>
<div class="column">
<alert type="warning">
<strong>column</strong>
<p>You successfully read this important alert message.</p>
</alert>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment