Skip to content

Instantly share code, notes, and snippets.

View ginirsss's full-sized avatar

Gino Farías Milla ginirsss

View GitHub Profile
@ginirsss
ginirsss / dabblet.css
Created December 16, 2011 12:57
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%;
}
h1 {
@ginirsss
ginirsss / dabblet.css
Created January 6, 2012 18:47
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #CCC;
font-family: Georgia;
color: #333;
}
@ginirsss
ginirsss / dabblet.css
Created January 6, 2012 19:00
The wrapper
/* The wrapper */
.b-block {
position: relative;
display: inline-block;
overflow: hidden;
width: 10em;
height: 10em;
vertical-align: middle;
@ginirsss
ginirsss / dabblet.css
Created February 24, 2012 21:36
View Stage **
/*** View Stage ***/
#viewStage{
width:450px;
height:300px;
margin:5em auto;
-webkit-perspective: 450px;
-webkit-perspective-origin:50% 50%;
}
@ginirsss
ginirsss / dabblet.css
Created March 19, 2012 03:28
Untitled
body {
background: #f06;
}
@font-face {
font-family: 'Josefin Sans';
src: url(http://fonts.googleapis.com/css?family=Josefin+Sans);
}
.stitched_element {
font-family: Helvetica;
border: 2px dashed #333;
body {
background: #D3D3D3;
font-family: Helvetica;
}
a.3d_button {
width: 200px;
height: 100px;
background:red;
padding: 10px;
display: block;
body {
background: #D3D3D3;
font-family: Helvetica;
}
div#up {
margin: 100px auto;
width:0px;
height:0px;
@ginirsss
ginirsss / dabblet.css
Created January 2, 2013 12:43
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@ginirsss
ginirsss / dabblet.css
Created January 2, 2013 12:44
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
/*background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;*/
body {background: #f06;}
p.box {
@ginirsss
ginirsss / A-Pen-by-Gino-Farías-Milla.markdown
Created October 29, 2013 19:25
A Pen by Gino Farías Milla.