Skip to content

Instantly share code, notes, and snippets.

View hyjk2000's full-sized avatar

James Shih hyjk2000

View GitHub Profile
@hyjk2000
hyjk2000 / dabblet.css
Created March 21, 2014 02:35
iOS 7 Checkbox
/**
* iOS 7 Checkbox
*/
.fancyChkbox {
border: 2px solid #e3e3e3;
border-radius: 1.5em;
background: #fff;
cursor: pointer;
display: inline-block;
@hyjk2000
hyjk2000 / dabblet.css
Created February 19, 2014 16:23
iOS 7 Clock
/**
* iOS 7 Clock
*/
body {
font-size: 12px;
}
.icon {
display: inline-block;