Skip to content

Instantly share code, notes, and snippets.

@webdesignberlin
Last active August 29, 2015 14:08
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 webdesignberlin/cecfa02c78bd23825c4e to your computer and use it in GitHub Desktop.
Save webdesignberlin/cecfa02c78bd23825c4e to your computer and use it in GitHub Desktop.
_Module Teaser
<figure class="teaser">
<a href="#" title="[HEADLINE]" class="teaser__link">
<header class="teaser__header">
<h2 class="teaser__headline">[Headline]</h2>
</header>
<img src="http://dummyimage.com/500x100/000/fff.png" alt="[IMGDescription]" class="teaser__image" />
<figcaption class="teaser__description">[Text]</figcaption>
<button class="teaser__button">[LINKTEXT)</button>
</a>
</figure>
.teaser {
margin: $spacing-standard 0;
&__link {
display: block;
text-decoration: none;
}
&__image {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment