Skip to content

Instantly share code, notes, and snippets.

View cleitonfco's full-sized avatar

Cleiton Francisco cleitonfco

View GitHub Profile
@cleitonfco
cleitonfco / settings.json
Created April 14, 2012 10:17
Transform And Transitions
{"view":"separate","seethrough":"","prefixfree":"1","page":"all"}
@cleitonfco
cleitonfco / dabblet.css
Created April 14, 2012 07:30
Multicolumn (Count)
/**
* Multicolumn (Count)
*/
body {
background: #fff;
font:200 normal 14px/1.5 'Helvetica Neue', Arial, sans-serif;
}
h2 {
font-size: 20px;
@cleitonfco
cleitonfco / dabblet.css
Created April 14, 2012 07:30
Multicolumn (Count)
/**
* Multicolumn (Count)
*/
body {
background: #fff;
font:200 normal 14px/1.5 'Helvetica Neue', Arial, sans-serif;
}
h2 {
font-size: 20px;
@cleitonfco
cleitonfco / dabblet.css
Created April 14, 2012 07:29
Multicolumn (Width)
/**
* Multicolumn (Width)
*/
body {
background: #fff;
font:200 normal 14px/1.5 'Helvetica Neue', Arial, sans-serif;
}
h2 {
font-size: 20px;
@cleitonfco
cleitonfco / dabblet.css
Created April 14, 2012 07:17
Button Effects (CSS)
/**
* Button Effects (CSS)
*/
body {
background: #fff;
font:200 normal 16px/1.5 'Helvetica Neue', Arial, sans-serif;
}
h1 {
font-size: 80px;
@cleitonfco
cleitonfco / dabblet.css
Created April 14, 2012 03:24
Button Effects (CSS)
/**
* Button Effects (CSS)
*/
body {
background: #fff;
font:200 normal 16px/1.5 'Helvetica Neue', Arial, sans-serif;
}
h1 {
font-size: 80px;
/**
* @font-face
*/
@import url(http://fonts.googleapis.com/css?family=Lovers+Quarrel);
@import url(http://fonts.googleapis.com/css?family=Lekton:400,700,400italic);
body {
background: #fff;
font:200 normal 16px/1.5 'Helvetica Neue', Arial, sans-serif;
}
/**
* @font-face
*/
@import url(http://fonts.googleapis.com/css?family=Lovers+Quarrel);
@import url(http://fonts.googleapis.com/css?family=Lekton:400,700,400italic);
body {
background: #fff;
font:200 normal 16px/1.5 'Helvetica Neue', Arial, sans-serif;
}
/**
* @font-face
*/
@import url(http://fonts.googleapis.com/css?family=Lovers+Quarrel);
@import url(http://fonts.googleapis.com/css?family=Lekton:400,700,400italic);
body {
background: #fff;
font:200 normal 16px/1.5 'Helvetica Neue', Arial, sans-serif;
}
@cleitonfco
cleitonfco / dabblet.css
Created April 14, 2012 00:44
Box Sizing
/**
* Box Sizing
*/
body {
background: #fff;
font: 19px/1.3 "Helvetica Neue", sans-serif;
}
p {
display:block;
margin:20px;