Skip to content

Instantly share code, notes, and snippets.

View catherine917's full-sized avatar

zw catherine917

  • SAP NIC
  • Nanjing
View GitHub Profile
### Keybase proof
I hereby claim:
* I am catherine917 on github.
* I am catherine917 (https://keybase.io/catherine917) on keybase.
* I have a public key ASAKgqauLJLI5yfbBV47LDiFFP4TUL65ovwMBzExX35jyQo
To claim this, I am signing this object:
@catherine917
catherine917 / dabblet.css
Last active December 7, 2016 13:53
multiple borders
/**
* multiple borders
*/
div{
width:100px;
height:60px;
margin:25px;
}
.mul-border1{
background:yellow;
@catherine917
catherine917 / dabblet.css
Created December 7, 2016 12:59
Translucent borders
/**
* Translucent borders
*/
body {
background: url('http://csssecrets.io/images/stone-art.jpg');
}
div {
background: yellow;