Skip to content

Instantly share code, notes, and snippets.

View nielsdoorn's full-sized avatar
🏗️
Building better software testing education

Niels Doorn nielsdoorn

🏗️
Building better software testing education
View GitHub Profile
@nielsdoorn
nielsdoorn / dabblet.css
Created March 13, 2015 08:28 — forked from LeaVerou/dabblet.css
Untitled
header {
height: 200px;
background-color: red;
position:fixed;
width: 100%;
top: 0;
left: 0;
}
#content {
@nielsdoorn
nielsdoorn / dabblet.css
Created February 18, 2012 08:18 — forked from koenveldhuizen/dabblet.css
Very simple css3 polaroid styling
/**
* Very simple css3 polaroid styling
*/
body{
background: #f06;
background: linear-gradient(45deg, orange, yellow);
min-height:100%;
}
div.photo{
width:200px;
@nielsdoorn
nielsdoorn / dabblet.css
Created February 18, 2012 08:17 — forked from koenveldhuizen/dabblet.css
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;