Skip to content

Instantly share code, notes, and snippets.

@exarcheia-web
exarcheia-web / dabblet.css
Created June 3, 2013 15:43
Box Model - old and new
/* Box Model - old and new */
html {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
font-family:Tahoma,sans-serif;
}
* {