Skip to content

Instantly share code, notes, and snippets.

@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 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 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: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 23:25
Untitled
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Jim's House Painters</title>
<!--
@dvnckr
dvnckr / dabblet.css
Created August 22, 2012 20:50
Untitled
#wrapper{
width:400px;
min-height: 400px;
border: 1px solid black;
margin: auto;
margin-bottom: 20px;
box-shadow: 0 5px 5px black;}
#container{}
#main{}
@dvnckr
dvnckr / dabblet.css
Created August 26, 2012 12:48
Untitled
header{
border-top: 5px solid #003366;
min-width: 100%
}
header h1 {
width:100px;
height: 100px;
display: inline-block;
@dvnckr
dvnckr / dabblet.css
Created August 26, 2012 18:57
Réinitialisation
/* Réinitialisation */
* {margin: 0px; padding:0px}
/* Bordure du haut */
body {border-top: 10px solid #003366; }
@dvnckr
dvnckr / dabblet.css
Created August 28, 2012 10:17
Untitled
background: url('http://dl.dropbox.com/u/67963796/cicada/1.png'), url('http://dl.dropbox.com/u/67963796/cicada/2.png'), url('http://dl.dropbox.com/u/67963796/cicada/3.png'), url('http://dl.dropbox.com/u/67963796/cicada/4.png');
@dvnckr
dvnckr / dabblet.css
Created August 28, 2012 10:19
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAFklEQVQIW2NkME77zwACZ2cxMuLkAACttQkEWPEuywAAAABJRU5ErkJggg=='), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQIW2P8DwQMUMAIBCAmIw0EAbrwFAaRV+GjAAAAAElFTkSuQmCC'), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGUlEQVQIW2P8n8bwnwEJMM5iYIRxGYeUJAATPhUIa5xFbwAAAABJRU5ErkJggg==');