Demo notifier
by ritcheyer
HTML
<div class="kidneystone">
you're dumb if you use me.. use the mockups instead.. they're located <a href="#" title="not a fan of designing in the browser? that's ok, we have a mockup for you">here</a>. oh, you may want to reference the PRD too you dumb dumb.. not sure where that is? that's right <a href="#" title="you know you want to read 60+ pages...click me">here</a>
</div>
CSS
.kidneystone{
width: 720px;
height: 70px;
margin: auto;
background-color: #f00;
color: #000;
display: table-cell;
vertical-align: middle;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
}