Skip to content

Instantly share code, notes, and snippets.

View JackieXu's full-sized avatar

Jackie Xu JackieXu

View GitHub Profile
/**
* Cards
*/
body {
background-color: #000;
}
.card {
background-color: #fff;
border-radius: 10px;
box-shadow: 1px 2px 2px #aaa;
/**
* Deck
*/
body {
background-color: #000;
}
#deck {
margin-left: 200px;
}
.deckcard {
@JackieXu
JackieXu / dabblet.css
Created May 29, 2012 14:40
Playing chips
/**
* Playing chips
*/
body {
background-color: orange;
}
.poker_chips {
float: left;
height: 100px;
width: 120px;
@JackieXu
JackieXu / dabblet.css
Created May 29, 2012 15:18
Playing chips
/**
* Playing chips
*/
body {
background-color: #000;
}
.poker_chips {
float: left;
height: 100px;
width: 120px;
@JackieXu
JackieXu / dabblet.css
Created May 29, 2012 15:18
Contest Head
/**
* Contest Head
*/
body {
padding: 50px;
}
#cc_head {
background-image: url('http://i.imgur.com/rfY0S.png');
background-repeat: no-repeat;
height: 270px;
@JackieXu
JackieXu / dabblet.css
Created May 30, 2012 11:58
CodeContest juni
/**
* CodeContest juni
*/
body {
}
::selection {
color: #8ea055;
background-color: #94388d;
@JackieXu
JackieXu / dabblet.css
Created June 2, 2012 13:23
Firefox - Border style with radius fail
/**
* Firefox - Border style with radius fail
*/
div {
border: 10px dashed black;
border-radius: 100px;
height: 100px;
position: absolute;
width: 100px;
@JackieXu
JackieXu / dabblet.css
Created June 2, 2012 15:27
Firefox - Border style with radius fail
/**
* Firefox - Border style with radius fail
*/
div {
border: 10px dashed black;
border-radius: 100px;
height: 100px;
position: absolute;
width: 100px;
@JackieXu
JackieXu / dabblet.css
Created June 2, 2012 15:28
Xu.gd - URL Shortener
/**
* Xu.gd - URL Shortener
*/
/**
* 404 page
*/
html {
background-color: #f5f5f5;
font-family: sans-serif;
}
div {
background-color: #fff;
border-bottom: 4px solid #07c;