Created
May 2, 2017 21:53
-
-
Save Signorini/c824afbd56677268ebd576490ce69365 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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