Skip to content

Instantly share code, notes, and snippets.

@dvnckr
dvnckr / dabblet.css
Created August 19, 2012 23:25
Untitled
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Jim's House Painters</title>
<!--
@dvnckr
dvnckr / dabblet.css
Created August 19, 2012 12:55
Untitled
body {
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;}
#monkey {
width:150px;
height:150px;
margin:auto;
border: 2px inset #fff;
@dvnckr
dvnckr / dabblet.css
Created August 19, 2012 12:46
Untitled
body {
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;}
#monkey {
width:150px;
height:150px;
margin:auto;
border: 2px inset #fff;
@dvnckr
dvnckr / dabblet.css
Created August 19, 2012 12:31
Untitled
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow) no-repeat;
min-height: 100%;}
#wrapper {
width:1024px;
height: 720px;
background:black;
@dvnckr
dvnckr / dabblet.css
Created August 14, 2012 14:46
Untitled
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow) no-repeat;
min-height: 100%;}
#wrapper {
width:1024px;
height: 720px;
background:black;
@dvnckr
dvnckr / dabblet.css
Created August 14, 2012 14:29
Untitled
section {
background: linear-gradient(top, #000000, #000020);
background: url("http://dl.dropbox.com/u/67963796/soc/paris_landscape-1280x720.jpg") top fixed no-repeat;
width:1280px;
height:720px;
margin:auto;}
article {
display:block;
width:1024px;
@dvnckr
dvnckr / dabblet.css
Created August 14, 2012 11:12
Untitled
@font-face {
font-family: Gotham;
src: url('http://dl.dropbox.com/u/67963796/ttf/gothambold.ttf');
}
@font-face {
font-family: Avenir;
src: url('http://dl.dropbox.com/u/67963796/ttf/avenir.ttf');
}
body {
svg {
background: #3B3B3B; }
canvas { background:red;}
@dvnckr
dvnckr / dabblet.css
Created July 31, 2012 21:05
Untitled
article {width: 90%; margin: auto;}
#un, #deux, #trois {
width:250px;
height:250px;
display:inline-block;
box-shadow: 0px 0px 10px black;
margin-left: 20px;}
#un {
background: linear-gradient(45deg, rgba(255,0,102,0.5), rgba(255,255,0,0.5)) ,url('http://25.media.tumblr.com/tumblr_m70uwiS0hm1r3hmd1o1_500.jpg') no-repeat;
background-size:100% 100%;}
@dvnckr
dvnckr / dabblet.css
Created July 27, 2012 11:45
Untitled
* { padding:0; margin:0;}
#wrap {
width: 320px;
background:url('http://dl.dropbox.com/u/67963796/fond/pattern-mob.png') fixed repeat, url('http://dl.dropbox.com/u/67963796/fond/land-mob.jpg') fixed no-repeat;
}
header {
width: 320px;
height:15px;
margin-bottom: 5px;