Created
July 4, 2015 07:51
-
-
Save jesseshowalter/6ca9275f25624d0f569c to your computer and use it in GitHub Desktop.
Dark Overlay
This file contains hidden or 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
<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