This commit is contained in:
Adam Bradley
2013-08-26 12:13:22 -05:00
parent 0db5de58b6
commit 9cbbfb2c61
7 changed files with 185 additions and 2 deletions

View File

@@ -17,8 +17,24 @@
<h1 class="title">Alerts</h1>
</header>
<main>
<main class="content-padded">
<p class="alert">
<strong>Warning!</strong> Best check yo self, you're not looking too good.
</p>
<p class="alert alert-error">
<strong>Error!</strong> Shit hit the fan.
</p>
<p class="alert alert-success">
<strong>Booya!</strong> You win.
</p>
<p class="alert alert-info">
<strong>Info yo!</strong> This is what you need to know.
</p>
</main>
</section>