Skip to content

Instantly share code, notes, and snippets.

@slicksik
slicksik / dabblet.css
Created July 27, 2012 02:40 — forked from anonymous/dabblet.css
CSS3 Isometric Text Demo v2
/**
* CSS3 Isometric Text Demo v2
*/
@font-face {
font-family: 'LeagueGothicRegular';
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/league_gothic-webfont.eot');
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/league_gothic-webfont.eot?iefix') format('eot'),
url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/league_gothic-webfont.woff') format('woff'),
url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/league_gothic-webfont.ttf') format('truetype'),
@slicksik
slicksik / dabblet.css
Created January 7, 2012 12:25
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #ccc;
background: -webkit-linear-gradient(120deg, #da2433, #f06);
background: -moz-linear-gradient(120deg, #da2433, #f06);
min-height:100%;