Skip to content

Instantly share code, notes, and snippets.

View pixeline's full-sized avatar
😄
Heaven, I'm in heaven, And my heart beats so that I can hardly speak !

Alexandre Plennevaux pixeline

😄
Heaven, I'm in heaven, And my heart beats so that I can hardly speak !
View GitHub Profile
@pixeline
pixeline / dabblet.css
Created November 21, 2012 20:42
Untitled
@keyframes rotate{
from{
transform:rotate(0deg) translate(-100px) rotate(0deg);
}
to{
transform:rotate(360deg) translate(-100px) rotate(-360deg);
}
}
#wrap{
position:relative;
@pixeline
pixeline / dabblet.css
Created December 6, 2012 11:39
Robert Massin
/**
* Robert Massin
*/
body{
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
#p1{
font-family: sans-serif;font-size:2em;
@pixeline
pixeline / dabblet.css
Created December 7, 2012 12:49
TEXT ON IMAGE
/* TEXT ON IMAGE */
body{
background: url(http://upload.wikimedia.org/wikipedia/commons/7/76/Manneken_pis_xmas.jpg);
background-size: cover;
position:relative;
color:white;
font-family: "DIN-regular",Helvetica,sans-serif;
font-weight:bold;
font-size:2.5em;
line-height:1;
@pixeline
pixeline / dabblet.css
Created December 7, 2012 12:49
Untitled
body{
background: url(http://upload.wikimedia.org/wikipedia/commons/7/76/Manneken_pis_xmas.jpg);
background-size: cover;
position:relative;
color:white;
font-family: "DIN-regular",sans-serif;
font-weight:bold;
font-size:2.5em;
line-height:1;
vertical-align:top;
@pixeline
pixeline / dabblet.css
Created December 7, 2012 12:49
Untitled
body{
background: url(http://upload.wikimedia.org/wikipedia/commons/7/76/Manneken_pis_xmas.jpg);
background-size: cover;
position:relative;
color:white;
font-family: "DIN-regular",sans-serif;
font-weight:bold;
font-size:2.5em;
line-height:1;
vertical-align:top;
@pixeline
pixeline / Scale - zoom transition (jquery plugin)
Last active December 14, 2015 14:00
Scale - zoom transition (jquery plugin)
Scale - zoom transition (jquery plugin)
---------------------------------------
Simple jquery plugin that create a "zoom into" animation, especially good for anchors, to visually express that the link will lead to "more information". A [Pen](http://codepen.io/pixeline/pen/bVZGrM) by [pixeline](http://codepen.io/pixeline) on [CodePen](http://codepen.io/).
[License](http://codepen.io/pixeline/pen/bVZGrM/license).
@pixeline
pixeline / dabblet.css
Created April 8, 2013 09:32
css Hyphens
/**
* css Hyphens
*/
body{font-size:32px;}
p{text-align:justify; width:50rem; font-size:100%; hyphens:auto;}
@pixeline
pixeline / dabblet.css
Created September 5, 2013 23:36
css Hyphens
/**
* css Hyphens
*/
body{font-size:32px;}
p{text-align:justify; width:50rem; font-size:100%; hyphens:auto;}
@pixeline
pixeline / dabblet.css
Created September 5, 2013 23:36
css Hyphens
/**
* css Hyphens
*/
body{font-size:32px;}
p{text-align:justify; width:50rem; font-size:100%; hyphens:auto;}
@pixeline
pixeline / dabblet.css
Created September 6, 2013 06:31
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%;