Skip to content

Instantly share code, notes, and snippets.

View alexmwalker's full-sized avatar

Alex alexmwalker

View GitHub Profile
#court{
width:1000px;
height:300px;
border:3px #000 dotted;
position:relative}
#target{
width:20px;
height:20px;
outline:1px red dashed;
position:absolute;
#court{
width:1000px;
height:200px;
border:3px #f00 dotted;
position:relative;
cursor:"hand";
background:cyan}
#trench{width:10px;
height:300px;
border:0px #000 dotted;
#court{
width:1000px;
height:200px;
border:3px #f00 dotted;
position:relative;
cursor:"hand";
background:cyan
}
#bat{width:10px;
body {font:bold 45px/150% Helvetica Arial, sans-serif}
h1{font-size:60px;
line-height:200%}
p{font:700 35px/100%''}
@alexmwalker
alexmwalker / dabblet.css
Created March 18, 2012 12:28
Playable Pong *
/**
* Playable Pong *
*/
/* line 9, ../sass/style.scss */
body {
overflow: hidden;
font-family: 'Arial Narrow', sans-serif;
@alexmwalker
alexmwalker / dabblet.css
Created March 20, 2012 04:36 — forked from JoelBesada/dabblet.css
CSS States
/* CSS States */
body {
background: url(http://dabblet.com/img/noise.png);
background-color: #F5F2F0;
font-family: Georgia, serif;
font-size: 18px;
line-height: 1.6em;
text-shadow: 0 2px 0 white;
color: #222;
}
@alexmwalker
alexmwalker / dabblet.css
Created March 21, 2012 02:42
Playable Pong by
/**
* Playable Pong by 𝓐𝒍𝒆𝒙 𝓜 𝓦𝓪𝓵𝓴𝓮𝓻
working - not scoring
*/
body{overflow:hidden;
font-family:'Arial Narrow', sans-serif;
background:#000;
margin:0;
padding:0;
@alexmwalker
alexmwalker / dabblet.css
Created March 22, 2012 07:03
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
/* The large delay prevents the color from changing */
* { position:relative;}
ol li{
top:1.2em
}
@alexmwalker
alexmwalker / dabblet.css
Created March 24, 2012 09:22
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
background:#000;
color:#fff;
}
ol{position:relative}
li{
@alexmwalker
alexmwalker / dabblet.css
Created March 30, 2012 01:01
Buzzing bee *
/**
* Buzzing bee *
*/
div {border:dashed 1px red}
div#content{height:50px;color:#fff;padding:0px 3%;margin:20px;
transform:rotate(0deg);
position:relative;width:20%;
animation: translateX 8s 1 ease-in-out;
}
div#hz{