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 / dabblet.css
Created October 13, 2013 16:23
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,800,100);
@import url(http://fonts.googleapis.com/css?family=Alegreya:400,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
body{
background: #fff;
@lorenzoferrante
lorenzoferrante / dabblet.css
Created October 13, 2013 16:23
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,800,100);
@import url(http://fonts.googleapis.com/css?family=Alegreya:400,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
body{
background: #fff;
@lorenzoferrante
lorenzoferrante / dabblet.css
Created October 13, 2013 11:27
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,800,100);
@import url(http://fonts.googleapis.com/css?family=Alegreya:400,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
body{
background: #fff;
@lorenzoferrante
lorenzoferrante / dabblet.css
Created October 12, 2013 16:53
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{ background: #f06; }
/*background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;*/
hr {
border: none;
@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%;
@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 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 / 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
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;