Skip to content

Instantly share code, notes, and snippets.

@xiaxianlin
Created June 29, 2016 02:37
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 xiaxianlin/5a891628072ddf2707e6119670a49808 to your computer and use it in GitHub Desktop.
Save xiaxianlin/5a891628072ddf2707e6119670a49808 to your computer and use it in GitHub Desktop.
Untitled
.container {
width: 160px;
height: 90px;
margin: 100px auto;
background: #58a;
background: linear-gradient(135deg, transparent 15px, #58a 0) top left,
linear-gradient(-135deg, transparent 15px, #58a 0) top right,
linear-gradient(-45deg, transparent 15px, #58a 0) bottom right,
linear-gradient(45deg, transparent 15px, #58a 0) bottom left;
background-size: 50% 50%;
background-repeat: no-repeat;
}
<div class="container"><div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment