This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* {margin: 0;} | |
#wrapper { | |
position: absolute; | |
width: 100%; | |
height: 100%; | |
} | |
#align { | |
background: red; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* is breathing. | |
*/ | |
* {margin: 0; padding: 0;} | |
body { background: #f5f5f5;} | |
@-webkit-keyframes is_breathing { | |
from { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Filters, filters everywhere. | |
*/ | |
* {margin: 0; padding: 0;} | |
html, body {height: 100%; width: 100%;} | |
body { | |
overflow: hidden; | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 3D Scene with rotation | |
*/ | |
html, body { | |
-webkit-transform-style: preserve-3d; | |
-webkit-perspective: 1200px; | |
height: 100%; | |
padding: 0; | |
margin: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
body { | |
background: white; | |
padding: 0; | |
margin: 0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Paradise Lost | |
*/ | |
* {margin: 0; padding: 0;} | |
html, body {height: 100%;} | |
@-webkit-keyframes rotate { | |
from { | |
-webkit-transform: rotate(0deg); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Moon Walk du Hater | |
*/ | |
* {margin: 0; padding: 0;} | |
body { | |
background:#fff; | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Bouton Facebook 3D | |
*/ | |
* {margin: 0; padding: 0;} | |
body { | |
background:#e9edee; | |
} |