A Pen by Jesse Showalter on CodePen.
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
<nav> | |
<a class="brand" href="../../index.html"><h1>Jesse Showalter</h1></a> | |
<span>Jesse Showalter - EST.1984</span> | |
<ul> | |
<li><a href="../../about.html">Info</a></li> | |
<li><a href="../../articles/index.html">Articles</a></li> | |
<li><a href="../../contact.html">Contact</a></li> | |
</ul> | |
</nav> |
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 Pen by Jesse Showalter on CodePen.