Skip to content

Instantly share code, notes, and snippets.

@ziedus
ziedus / dabblet.css
Created July 29, 2012 01:12 — forked from dgmid/dabblet.css
Animated HTML5 / CSS3 image caption - Example 6
/**
* Animated HTML5 / CSS3 image caption - Example 6
*/
/* page styles */
body{
background: #fff;
min-height:100%;
}
@ziedus
ziedus / dabblet.css
Created July 29, 2012 01:11 — forked from dgmid/dabblet.css
Animated HTML5 / CSS3 image caption - Example 5
/**
* Animated HTML5 / CSS3 image caption - Example 5
*/
/* page styles */
body{
background: #fff;
min-height:100%;
}
@ziedus
ziedus / dabblet.css
Created July 29, 2012 01:11 — forked from dgmid/dabblet.css
Animated HTML5 / CSS3 image caption - Example 4
/**
* Animated HTML5 / CSS3 image caption - Example 4
*/
/* page styles */
body{
background: #fff;
min-height:100%;
}
@ziedus
ziedus / dabblet.css
Created July 29, 2012 01:11 — forked from dgmid/dabblet.css
Animated HTML5 / CSS3 image caption - Example 3
/**
* Animated HTML5 / CSS3 image caption - Example 3
*/
/* page styles */
body{
background: #fff;
min-height:100%;
}
@ziedus
ziedus / dabblet.css
Created July 29, 2012 01:11 — forked from dgmid/dabblet.css
Animated HTML5 / CSS3 image caption - Example 2
/**
* Animated HTML5 / CSS3 image caption - Example 2
*/
/* page styles */
body{
background: #fff;
min-height:100%;
}
@ziedus
ziedus / dabblet.css
Created July 29, 2012 01:11 — forked from dgmid/dabblet.css
Animated HTML5 / CSS3 image caption - Example 1
/**
* Animated HTML5 / CSS3 image caption - Example 1
*/
/* page styles */
body{
background: #fff;
min-height:100%;
}
@ziedus
ziedus / dabblet.css
Created July 29, 2012 00:48 — forked from dgmid/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'),
@ziedus
ziedus / dabblet.css
Created July 25, 2012 17:14
Untitled
body {
font-size: 11px;
font-family: 'Open Sans', sans-serif;
color: #4A4A4A ;
text-align: center;
}
.cover {
@ziedus
ziedus / dabblet.css
Created July 25, 2012 16:33
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #896;
background: linear-gradient(45deg, white, black);
min-height: 100%;
@ziedus
ziedus / dabblet.css
Created July 25, 2012 00:02
Untitled
body {
background:none;
}
@font-face {
font-family: 'BebasRegular';
src: url('fonts/BEBAS___-webfont.eot');