Skip to content

Instantly share code, notes, and snippets.

View alexmwalker's full-sized avatar

Alex alexmwalker

View GitHub Profile
@alexmwalker
alexmwalker / dabblet.css
Created March 1, 2012 00:54
CSS3 Animated Flames *
/**
* CSS3 Animated Flames *
*/
body {background-color:#000}
#logfire {
position:relative;
background:url(http://sitepointstatic.com/examples/css3/animation/logfire.jpg?r=2) center top no-repeat;
height:400px;
@alexmwalker
alexmwalker / dabblet.css
Created March 1, 2012 00:54
CSS3 Animated Flames *
/**
* CSS3 Animated Flames *
*/
body {background-color:#000}
#logfire {
position:relative;
background:url(http://sitepointstatic.com/examples/css3/animation/logfire.jpg?r=2) center top no-repeat;
height:400px;
@alexmwalker
alexmwalker / dabblet.css
Created March 1, 2012 00:55
CSS3 Animated Flames *
/**
* CSS3 Animated Flames *
Improved version using the 'steps' attribute to control the sprite switching
*/
body {background-color:#000}
#logfire {
position:relative;
background:url(http://sitepointstatic.com/examples/css3/animation/logfire.jpg?r=2) center top no-repeat;
@alexmwalker
alexmwalker / dabblet.css
Created March 1, 2012 12:41
Two Bees or not Two Bees?
/**
* Two Bees or not Two Bees?
*/
html:before, html:after{
content:"٭";
color:yellow;
font-size:350px;
position:absolute;
top:-230px;
left:138px;
@alexmwalker
alexmwalker / dabblet.css
Created March 1, 2012 13:11
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
@alexmwalker
alexmwalker / dabblet.css
Created March 2, 2012 05:40
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
}
@alexmwalker
alexmwalker / dabblet.css
Created March 3, 2012 22:04
Galaga!! pew pew pew!
/**
* Galaga!! pew pew pew!
*/
body{
padding-top:30px;
font-family:sans-serif;
font-size:28px;
background: #000;
@alexmwalker
alexmwalker / dabblet.css
Created March 5, 2012 04:14
Galaga!! pew pew pew!
/**
* Galaga!! pew pew pew!
*/
body{
padding-top:30px;
font-family:sans-serif;
font-size:28px;
background: #000;
color:#fff;
background-image:
@alexmwalker
alexmwalker / dabblet.css
Created March 5, 2012 22:39
Galaga!! pew pew pew!
/**
* Galaga!! pew pew pew!
*/
body{
padding-top:30px;
font-family:sans-serif;
font-size:28px;
background: #000;
color:#fff;
background-image:
@alexmwalker
alexmwalker / dabblet.css
Created March 5, 2012 23:18
Galaga!! pew pew pew!
/**
* Galaga!! pew pew pew!
*/
body{
padding-top:30px;
font-family:sans-serif;
font-size:28px;
background: #000;