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
/** | |
* Marching ants border | |
*/ | |
.wrapper{ | |
border: 1PX solid rgba(0,0,0,0); | |
background-image: linear-gradient(#fff, #fff), repeating-linear-gradient(-45deg, #000 0, #000 12.5%, transparent 0, transparent 25%, #000 0, #000 37.5%, transparent 0,transparent 50%); | |
background-clip:padding-box, border-box; | |
background-size:1em 1em; | |
width:700px; |