Skip to content

Instantly share code, notes, and snippets.

@jameshilliard
Created March 4, 2014 07:41
Show Gist options
  • Save jameshilliard/9341926 to your computer and use it in GitHub Desktop.
Save jameshilliard/9341926 to your computer and use it in GitHub Desktop.
<div id="sushi-review">
<style type="text/css">
#sushi-review{
font-size: 20px;
min-width: 700px;
/*height: 80px;*/
background-color: #f7931a;
font-family: 'Roboto Condensed', helvetica, sans-serif;
}
#sushi-review a{
/*width: 100%;*/
padding: 10px;
margin: 0px;
text-decoration: none;
color: #313131;
display: block;
text-align: left;
border-bottom: 10px solid #313131;
}
#sushi-review .wrapper{
padding: 10px;
margin: 10px;
}
#sushi-review a:hover{
color: white;
}
#sushi-review b{
/*color: #313131;*/
}
#sushi-review_logo{
float: right;
font-weight: 300;
font-style: italic;
/*margin-right: 20px;*/
}
</style>
<a href="http://sushi-review.com/">
<!-- <span class="wrapper"> -->
<b>In-Stock Miners</b>
<span id="sushi-review_logo">Sushi-Review.com</span>
<!-- </span> -->
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment