Skip to content

Instantly share code, notes, and snippets.

View Aqro's full-sized avatar
🚀

Arno Di Nunzio Aqro

🚀
View GitHub Profile
@Aqro
Aqro / dabblet.css
Created January 9, 2014 15:14
Untitled
* {margin: 0;}
#wrapper {
position: absolute;
width: 100%;
height: 100%;
}
#align {
background: red;
@Aqro
Aqro / dabblet.css
Created December 5, 2012 07:56
is breathing.
/**
* is breathing.
*/
* {margin: 0; padding: 0;}
body { background: #f5f5f5;}
@-webkit-keyframes is_breathing {
from {
@Aqro
Aqro / dabblet.css
Created December 4, 2012 14:43
Filters, filters everywhere.
/**
* Filters, filters everywhere.
*/
* {margin: 0; padding: 0;}
html, body {height: 100%; width: 100%;}
body {
overflow: hidden;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@Aqro
Aqro / dabblet.css
Created December 4, 2012 14:38
3D Scene with rotation
/**
* 3D Scene with rotation
*/
html, body {
-webkit-transform-style: preserve-3d;
-webkit-perspective: 1200px;
height: 100%;
padding: 0;
margin: 0;
@Aqro
Aqro / dabblet.css
Created December 4, 2012 14:02
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: white;
padding: 0;
margin: 0;
}
@Aqro
Aqro / dabblet.css
Created December 4, 2012 10:37
Paradise Lost
/**
* Paradise Lost
*/
* {margin: 0; padding: 0;}
html, body {height: 100%;}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
@Aqro
Aqro / dabblet.css
Created December 4, 2012 09:50
Moon Walk du Hater
/*
* Moon Walk du Hater
*/
* {margin: 0; padding: 0;}
body {
background:#fff;
}
@Aqro
Aqro / dabblet.css
Created December 4, 2012 09:06
Bouton Facebook 3D
/*
* Bouton Facebook 3D
*/
* {margin: 0; padding: 0;}
body {
background:#e9edee;
}