Last active
September 22, 2015 15:22
-
-
Save adamthebig/add008f3efd70860befa to your computer and use it in GitHub Desktop.
Frunt: Tiles Component (With Overlay)
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
<ul class="c-tiles --thirds"> | |
<li> | |
<a class="tile" href="#"> | |
<img src="https://unsplash.it/500/300/?image=53"> | |
<div class="overlay"> | |
<div class="overlay-content"> | |
... | |
</div> | |
</div> | |
</a> | |
</li> | |
... | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment