Skip to content

Instantly share code, notes, and snippets.

View rocketxujia's full-sized avatar

jia.xu rocketxujia

View GitHub Profile
@rocketxujia
rocketxujia / dabblet.css
Created April 27, 2012 03:24
圆角边框的各种css样式
/**
* The first commented line is your dabblet’s title
*/
body{
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}