Skip to content

Instantly share code, notes, and snippets.

@mattgreenfield
Created November 30, 2015 17:09
Show Gist options
  • Save mattgreenfield/aa7c053c31eb2bcaf0b4 to your computer and use it in GitHub Desktop.
Save mattgreenfield/aa7c053c31eb2bcaf0b4 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div>Home Is where the heart is</div>
// ----
// libsass (v3.2.5)
// ----
div {
display: inline-block;
text-align: center;
padding: 10px;
padding-bottom: 30px;
background: red;
-webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 50% 2.5em, 0 100%);
}
div {
display: inline-block;
text-align: center;
padding: 10px;
padding-bottom: 30px;
background: red;
-webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 50% 2.5em, 0 100%);
}
<div>Home Is where the heart is</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment