Skip to content

Instantly share code, notes, and snippets.

<div class="alert alert-info">
<span aria-hidden="true" class="icon-ui-info"></span>
<div class="panel-body-alert info">
<h6>This is my Info alert that requires attention before proceeding. It can include an internal link, such as <a href="#">Log In.</a></h6>
</div>
</div>
@diggs00
diggs00 / dabblet.css
Created October 17, 2012 17:24
Vertical Line using :after
/**
* Vertical Line using :after
*/
.item {
float:left;
display:inline;
padding-right:10px;
}
@diggs00
diggs00 / dabblet.css
Created October 16, 2012 16:06
Title with Horizontal Rules
/**
* Title with Horizontal Rules
*/
body {
background: #fff;
}
h1 {
text-align: center;