Skip to content

Instantly share code, notes, and snippets.

@nathanbarry
Created April 3, 2015 18:29
Show Gist options
  • Save nathanbarry/653a5b00411ad682a4a8 to your computer and use it in GitHub Desktop.
Save nathanbarry/653a5b00411ad682a4a8 to your computer and use it in GitHub Desktop.
ConvertKit custom content
.book-image {
display:block;
padding-left: 150px;
background: url(http://nathanbarry.com/wp-content/themes/nathan2.0/img/authority/authority-small.jpg) no-repeat;
text-decoration: none;
color: #333;
min-height: 200px;
border-bottom: none;
}
.book-image .button {
display:block;
padding: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #fff;
background: #25a163;
text-align: center;
font-size: 13px;
}
<a class="book-image" href="http://nathanbarry.com/authority">
<h3>Learn to write a profitable book</h3>
<p>Considering writing a book? Authority is a step-by-step guide to show you how to make it profitable.</p>
<strong class="button">Learn more about Authority</strong>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment