Skip to content

Instantly share code, notes, and snippets.

View xiaxianlin's full-sized avatar

夏显林 xiaxianlin

View GitHub Profile
@xiaxianlin
xiaxianlin / dabblet.css
Last active May 5, 2016 05:25
Untitled
.btn{
position: relative;
width: 150px;
height: 30px;
text-align: center;
line-height: 30px;
}
div{
width: 20em;
height: 10em;
margin: 2em auto;
padding: 1em;
border: 1em solid transparent;
background: linear-gradient(white, white) padding-box,
repeating-linear-gradient(-45deg, red 0, red 12.5%, transparent 0, transparent 25%, #58a 0, #58a 37.5%, transparent 0, transparent 50%) 0 / 3em 3em;
}
@xiaxianlin
xiaxianlin / dabblet.css
Last active April 21, 2016 06:06
CSS Secret
/**
* CSS Secret
*/
.est{
background: yellow;
width: 100px;
height: 100px;
}