Skip to content

Instantly share code, notes, and snippets.

View vennsoh's full-sized avatar

Ee Venn Soh vennsoh

View GitHub Profile
@vennsoh
vennsoh / dabblet.css
Created October 14, 2013 04:46
Untitled
.ExternalClass {
width: 100%;
}
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {
line-height: 100%;
}
body {
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
}
/**
* UI
*/
@vennsoh
vennsoh / dabblet.css
Created September 11, 2012 12:37
Folding card 2
/** Folding card 2*/
.view {
width: 340px;
height: 200px;
background: black;
perspective: 800px;
}
.slice {
@vennsoh
vennsoh / dabblet.css
Created September 10, 2012 10:04
Folding card 2
/** Folding card 2*/
.view {
width: 340px;
height: 200px;
background: black;
perspective: 800px;
}
.slice {
@vennsoh
vennsoh / dabblet.css
Created September 2, 2012 10:51
Folding card
/** Folding card*/
.view {
width: 340px;
height: 200px;
background: black;
perspective: 500px;
}
.view .slice {
@vennsoh
vennsoh / dabblet.css
Created September 1, 2012 06:00
Untitled
dabbletEe Venn Soh⚙☁?CSS HTML All Result/**
* Folded paper
*/
@vennsoh
vennsoh / dabblet.css
Created August 31, 2012 03:16
sphere 6
/**sphere 6*/
body{
height: 100%;
}
.container {
top:50%;
margin:auto;
margin-top: -100px;
@vennsoh
vennsoh / dabblet.css
Created August 31, 2012 02:14
sphere 5
/**sphere 5*/
body{
height: 100%;
}
.container {
top:50%;
margin:auto;
margin-top: -100px;
@vennsoh
vennsoh / dabblet.css
Created August 31, 2012 02:13
sphere 4
/**sphere 4*/
body{
height: 100%;
}
.container {
top:50%;
margin:auto;
margin-top: -100px;
@vennsoh
vennsoh / dabblet.css
Created August 30, 2012 11:55
Sphere3
/* Sphere3 */
body{
height: 100%;
}
.container {
top:50%;
margin:auto;
margin-top:-110px;