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
@lorenzoferrante
lorenzoferrante / 0_reuse_code.js
Created September 1, 2014 16:55
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@lorenzoferrante
lorenzoferrante / gist:6055704
Last active December 20, 2015 02:19 — forked from anonymous/gist:6055676
Mona Lisa made just with CSS box-shadow property. Made by Jay Salvat.
<div id="monalisa" />
@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;