This file contains hidden or 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="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> |
This file contains hidden or 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
/** | |
* Vertical Line using :after | |
*/ | |
.item { | |
float:left; | |
display:inline; | |
padding-right:10px; | |
} |
This file contains hidden or 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
/** | |
* Title with Horizontal Rules | |
*/ | |
body { | |
background: #fff; | |
} | |
h1 { | |
text-align: center; |