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 / dropUI.coffee
Last active August 29, 2015 14:04
Create Drobpox similar UI - Framer.js
iphone = new Layer(
width: 320
height: 568
backgroundColor: "#fff"
)
iphone.center()
iphone.scroll = true
header = new Layer(
width: iphone.width
height: 60
@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 / 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;
/* Cloud */
html {
min-height: 100%;
background: linear-gradient(#b4bcbf, #fff);
}
.cloud {
display: inline-block;
background-color: #fff;
@lorenzoferrante
lorenzoferrante / dabblet.css
Last active December 10, 2015 14:08
Box-shadow property
/**
* Box-shadow property
*/
html {
font-family: 'Lato';
min-height: 100%;
background: linear-gradient(#b4bcbf, #fff);
padding: 0;
margin: 0;
@lorenzoferrante
lorenzoferrante / dabblet.css
Created January 3, 2013 19:07
Box-shadow property
/**
* Box-shadow property
*/
html {
font-family: 'Lato';
min-height: 100%;
background: linear-gradient(#b4bcbf, #fff);
padding: 0;
margin: 0;
@lorenzoferrante
lorenzoferrante / dabblet.css
Created January 3, 2013 22:44
Map pointer CSS
/**
* Map pointer CSS
*/
html {
min-height: 100%;
background: linear-gradient(#eee, #fff);
}
.cursor {
@lorenzoferrante
lorenzoferrante / dabblet.css
Created January 4, 2013 20:25
Nice buttons
/*
Nice buttons
*/
html {
min-height: 100%;
background: linear-gradient(#d5e6ea, #fff);
font-family: 'Lato', sans-serif;
padding-top: 40px;
}
@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 August 17, 2013 15:04
Button by Lorenzo Ferrante
/**
* Button by Lorenzo Ferrante
*/
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400|Raleway:400,300);
html {
background: #eee;
background: linear-gradient(0deg, #eee, #acc0c0);
min-height: 100%;