Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created February 24, 2014 15:22
Show Gist options
  • Save billrobbins/9190284 to your computer and use it in GitHub Desktop.
Save billrobbins/9190284 to your computer and use it in GitHub Desktop.
<style>
#hero-section { background-image: url(http://yoursite.com/image.jpg) }
</style>
<div class="hero-copy center">
<div class="hero-title-holder">
<h2 class="hero-title">Hero Title</h2>
</div>
<div class="hero-caption">
<p>Hero Caption</p>
</div>
<div class="hero-button-holder">
<a class="button hero" href="http://yourlink.com">Button</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment