Skip to content

Instantly share code, notes, and snippets.

@MAXHEADR0OM
Created February 24, 2020 17:08
Show Gist options
  • Save MAXHEADR0OM/570510f38dd7bab5077deb5b4c2be272 to your computer and use it in GitHub Desktop.
Save MAXHEADR0OM/570510f38dd7bab5077deb5b4c2be272 to your computer and use it in GitHub Desktop.
Simple Flags on Images
.featured-container {
position: relative;
}
/* Top Left Text */
.featured-text-block {
position: absolute;
top: 10px;
left: 0px;
background-color: #357C2B;
color: #fff;
padding-left: 10px;
padding-right: 10px;
padding-top:5px;
}
<div class="featured-container">
<img alt="1023e" src="/images/image.jpg" style="width:100%;" />
<div class="featured-text-block">
<h4>Special</h4>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment