Skip to content

Instantly share code, notes, and snippets.

View mlpassos's full-sized avatar
🏠
Working from home

Márcio Passos mlpassos

🏠
Working from home
View GitHub Profile
@import url(http://weloveiconfonts.com/api/?family=typicons);
/* typicons */
[class*="typicons-"]:before {
font-family: 'Typicons', sans-serif;
}
body {
font: 13px Helvetica Neue, Helvetica, sans-serif;
color:white;
@mlpassos
mlpassos / dabblet.css
Created May 21, 2014 19:59
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 {
}
.container {
width:100px;
height:200px;
border:1px solid red;
margin:0 auto;
perspective:600px;
transform-style:preserve-3d;
}
body {
}
.container {
width:100px;
height:200px;
border:1px solid red;
margin:0 auto;
perspective:600px;
transform-style:preserve-3d;
}
body {
}
.container {
width:100px;
height:200px;
border:1px solid red;
margin:0 auto;
perspective:600px;
transform-style:preserve-3d;
}
body {
}
.container {
width:100px;
height:200px;
border:1px solid red;
margin:0 auto;
perspective:600px;
transform-style:preserve-3d;
}
@mlpassos
mlpassos / dabblet.css
Created November 14, 2012 12:07
outline:1px solid red;
body {
background:url(http://i.imgur.com/qKsVr.png);
}
header {
width:240px;
background: white;
margin:50px;
@mlpassos
mlpassos / dabblet.css
Created November 14, 2012 12:09
outline:1px solid red;
body {
background:url(http://i.imgur.com/qKsVr.png);
}
header {
width:240px;
background: white;
margin:50px;
@mlpassos
mlpassos / dabblet.css
Created November 14, 2012 12:25
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
-o-perspective: 1000px;
perspective: 1000px;
}
@mlpassos
mlpassos / dabblet.css
Created November 14, 2012 13:29
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
-o-perspective: 1000px;
perspective: 1000px;
}