Skip to content

Instantly share code, notes, and snippets.

@jesseshowalter
Created July 4, 2015 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesseshowalter/6ca9275f25624d0f569c to your computer and use it in GitHub Desktop.
Save jesseshowalter/6ca9275f25624d0f569c to your computer and use it in GitHub Desktop.
Dark Overlay
<article class="full-overlay">
<div class="content">
<h2>Full black overlay with opacity</h2>
<a class="btn" href="#">Super clean</a>
</div>
</article>
<article class="gradient-overlay">
<div class="content">
<h2>Gradient overlay</h2>
<a class="btn" href="#">Ohh snap, Gradients</a>
</div>
</article>
<article class="photo-overlay">
<div class="content">
<h2>Photo overlay</h2>
<a class="btn" href="#">Look mom, 2 photos</a>
</div>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment