Created
April 4, 2017 13:09
-
-
Save DmitriyRF/801ba349c6a8cdec8d60efc13047d777 to your computer and use it in GitHub Desktop.
Border-^^^
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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