Skip to content

Instantly share code, notes, and snippets.

@demonio
Last active July 12, 2016 14:00
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 demonio/0f18e379aab06e1aebba7c090c88dec6 to your computer and use it in GitHub Desktop.
Save demonio/0f18e379aab06e1aebba7c090c88dec6 to your computer and use it in GitHub Desktop.
Recurso CSS efecto fondo cabecera doblado al borde izquierdo
/*
*/
#body h5.a
{
background: linear-gradient(to right, #fff59d, white);
margin-left: -17px !important;
padding: 5px;
position: relative;
}
#body h5.a span.bent
{
border-bottom: 6px solid transparent;
border-right: 6px solid #ffee58;
height: 6px;
position: absolute;
bottom: -6px;
left: -9px;
}
<!--
-->
<div class="card">
<h5 class="a">
<span class="bent">&nbsp;</span>
<sup>12:51</sup>
PRUEBA
</h5>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment