Skip to content

Instantly share code, notes, and snippets.

View Acconut's full-sized avatar

Marius Acconut

View GitHub Profile
@Acconut
Acconut / dabblet.css
Created April 22, 2012 13:15
Some testings
/*
* Some testings
*/
@keyframes rotation {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
}
#container {
width:184px;
height:184px;
/*
*
*/
@keyframes rotation {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
}
#container {
width:184px;
height:184px;
/*
*
*/
@keyframes rotation {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
}
#container {
width:184px;
height:184px;
/*
*
*/
@keyframes rotation {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
}
#container {
width:184px;
height:184px;
@Acconut
Acconut / dabblet.css
Created August 10, 2012 09:15
Amazing fire effect
/**
* Amazing fire effect
*/
h1 {
text-align: center;
margin: 100px auto;
font-family: "League-Gothic", Courier;
font-size: 100px;
text-transform: uppercase;
@Acconut
Acconut / dabblet.css
Created August 28, 2012 11:18
CSS Ribbon
/**
* CSS Ribbon
*/
#box {
position: relative;
width: 300px;
height: 75px;
}
@Acconut
Acconut / dabblet.css
Created August 28, 2012 12:09
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#outer {
height: 100px;
width: 100px;
background: red;
transition: all 1s ease;
}
@Acconut
Acconut / dabblet.css
Created August 28, 2012 13:21
CSS Ribbon
/**
* CSS Ribbon
*/
#box {
transition: all 1s;
position: relative;
width: 300px;
height: 75px;
}
@Acconut
Acconut / dabblet.css
Created August 28, 2012 15:29
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#warpper {
width: 20px;
height: 20px;
text-align: center;
padding: 5px 0px;
box-shadow: inset 0px -5px 10px white, inset 0px 5px 10px white;
@Acconut
Acconut / dabblet.css
Created August 28, 2012 16:42
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#warpper {
height: 200px;
width: 200px;
background: red;
position: relative;
}