Skip to content

Instantly share code, notes, and snippets.

@adamthebig
Last active September 22, 2015 15:22
Show Gist options
  • Save adamthebig/add008f3efd70860befa to your computer and use it in GitHub Desktop.
Save adamthebig/add008f3efd70860befa to your computer and use it in GitHub Desktop.
Frunt: Tiles Component (With Overlay)
<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