BS Studio
by matmat
HTML
<a href="http://www.google.com" target="_blank">
<div class="name">
What should I be typing here?
</div>
</a>
CSS
.name {
float: right;
width: 100%;
border-top: 1px solid #EEE;
background: transparent;
position: relative;
}
.name:hover {
background: #f5f5f5;
transition-duration: 0.1s;
transition-property: background;
}