Skip to content

Instantly share code, notes, and snippets.

@koenveldhuizen
koenveldhuizen / index.html
Created March 19, 2012 23:15
random post with jQuery
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div class="quote" id="quote1">
@koenveldhuizen
koenveldhuizen / dabblet.css
Created February 23, 2012 12:57
Luc made me do it :-)
/**
* Luc made me do it :-) */
body{
background: #f06;
background: linear-gradient(45deg, #FFF, lightblue);
min-height:100%;
}
body div{
width:900px;
margin:100px auto;}
@koenveldhuizen
koenveldhuizen / dabblet.css
Created February 18, 2012 18:48
img with custom title
/* img with custom title */
@koenveldhuizen
koenveldhuizen / dabblet.css
Created February 17, 2012 22:51
Very simple css3 polaroid styling
/**
* Very simple css3 polaroid styling
*/
body{
background: #f06;
background: linear-gradient(45deg, orange, yellow);
min-height:100%;
}
div#container{
width:900px;
@koenveldhuizen
koenveldhuizen / dabblet.css
Created February 17, 2012 22:12
Very simple css3 polaroid styling
/**
* Very simple css3 polaroid styling
*/
body{
background: #f06;
background: linear-gradient(45deg, orange, yellow);
min-height:100%;
}
#photo{
width:200px;