Skip to content

Instantly share code, notes, and snippets.

View lorenzoferrante's full-sized avatar
💭
Building stuff...

Lorenzo Ferrante lorenzoferrante

💭
Building stuff...
  • Teramo, Abruzzo, Italy
View GitHub Profile
/* Cloud */
html {
min-height: 100%;
background: linear-gradient(#b4bcbf, #fff);
}
.cloud {
display: inline-block;
background-color: #fff;
@lorenzoferrante
lorenzoferrante / dabblet.css
Created January 2, 2013 22:35 — forked from daneden/dabblet.css
Notepad
/**
* Notepad
*/
html {
background-image: linear-gradient(rgba(70,0,0,0),rgba(170,50,0,.5)), url(http://subtlepatterns.com/patterns/wood_pattern.png);
min-height: 100%;
box-sizing: border-box;
font: 100%/1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;