Skip to content

Instantly share code, notes, and snippets.

View julienborrel's full-sized avatar

Julien BORREL julienborrel

View GitHub Profile
@julienborrel
julienborrel / dabblet.css
Created July 30, 2013 13:29
Hover on flag test
/**
* Hover on flag test
*/
.flag {
margin: 50px;
}
.flag > div {
width: 0;
height: 0;
float: left;
@julienborrel
julienborrel / dabblet.css
Created November 12, 2012 12:12
D'KONSCHTKËSCHT TEST
/**
* D'KONSCHTKËSCHT TEST
*/
.KONSCHTKESCHT {
width: 50px;
height: 50px;
margin: 0 auto;
@julienborrel
julienborrel / dabblet.css
Created November 10, 2012 13:37
Triangle 4 chacha
/**
* Triangle 4 chacha
*/
.equitri {
width: 0;
height: 0;
border-width: 0 50px 87px 50px; /* h = a(sqrt(3)/2) = 86,6*/
border-style: solid;
border-color: black transparent;
@julienborrel
julienborrel / dabblet.css
Created October 31, 2012 18:53
boxes floating left and vertical centering of the content for YB
/**
* boxes floating left and vertical centering of the content for YB
*/
html{
background: white;
min-height: 100%;
}
body{
@julienborrel
julienborrel / dabblet.css
Created January 14, 2015 21:21
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#pop:checked + .popos{
display: block;
}
.popos {
display: none;
height: 200px;
/**
* datcha
*/
body {
background: #eee;
height: 100%;
margin: 0;
}
.wrapper {