Skip to content

Instantly share code, notes, and snippets.

View afraser's full-sized avatar

Adam Fraser afraser

  • Rocket Insights
  • Newburyport, MA
View GitHub Profile
@afraser
afraser / dabblet.css
Created January 21, 2012 19:19
Fold/Unfold animation
/* Fold/Unfold animation*/
body {margin-top: 200px;}
@-webkit-keyframes topfold {
0% {
transform: rotateX(0deg);
background-color: #FFF;
}
50% {
transform: rotateX(-90deg);
@afraser
afraser / dabblet.css
Created January 21, 2012 01:47
Fold/Unfold animation
/* Fold/Unfold animation*/
body {margin-top: 200px;}
@keyframes topfold {
0% {
transform: rotateX(0deg);
background-color: #FFF;
}
50% {
transform: rotateX(-90deg);
@afraser
afraser / dabblet.css
Created January 18, 2012 19:04
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
h1 {
background-color: #CCC;
width: 200px;
}
div.wrap {
text-align: center;
@afraser
afraser / dabblet.css
Created January 18, 2012 18:02
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
h1 {
background-color: #CCC;
width: 200px;
}
div.wrap {
text-align: center;