-
-
Save nathanbarry/653a5b00411ad682a4a8 to your computer and use it in GitHub Desktop.
ConvertKit custom content
This file contains 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
.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; | |
} |
This file contains 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
<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