Skip to content

Instantly share code, notes, and snippets.

@DmitriyRF
Created April 4, 2017 13:09
Show Gist options
  • Select an option

  • Save DmitriyRF/801ba349c6a8cdec8d60efc13047d777 to your computer and use it in GitHub Desktop.

Select an option

Save DmitriyRF/801ba349c6a8cdec8d60efc13047d777 to your computer and use it in GitHub Desktop.
Border-^^^
content: "";
display: block;
position: absolute;
bottom: -9px;
left: 0;
width: 100%;
height: 9px;
background: -webkit-linear-gradient(transparent 0%, transparent 0%),
-webkit-linear-gradient(135deg, #f9f9f9 33.33%, transparent 33.33%) 0 0%,
transparent -webkit-linear-gradient(45deg, #f9f9f9 33.33%, transparent 33.33%) 0 0%;
background-size: 0px 100%, 9px 9px, 9px 9px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment