Skip to content

Instantly share code, notes, and snippets.

View gcyrillus's full-sized avatar

gcyrillus gcyrillus

View GitHub Profile
@gcyrillus
gcyrillus / dabblet.css
Created June 17, 2012 18:59 — forked from anonymous/dabblet.css
Untitled
body {
background-color: #383532;
}
.my-content {
position: relative;
width: 600px;
height:420px;
overflow: hidden;
margin: 2em auto;
white-space:nowrap;
@gcyrillus
gcyrillus / dabblet.css
Created June 17, 2012 18:59 — forked from anonymous/dabblet.css
Untitled
body {
background-color: #383532;
}
.my-content {
position: relative;
width: 600px;
height:420px;
overflow: hidden;
margin: 2em auto;
white-space:nowrap;
@gcyrillus
gcyrillus / dabblet.css
Created June 10, 2012 01:06 — forked from anonymous/dabblet.css
fake 2 colums in one div and separate center using :before
/* fake 2 colums in one div and separate center using :before
https://gist.github.com/gcyrillus */
div {
/* preparation visuel facultative pour l'exemple */
border:ridge 3px;
min-height:200px;
width:410px;
margin:3em auto;
padding:5px;
background:#ddd;
@gcyrillus
gcyrillus / dabblet.css
Created June 9, 2012 10:15 — forked from anonymous/dabblet.css
CSS By Gcyrillus find me on facebook or twitter
/* CSS By Gcyrillus find me on facebook or twitter
Send me a message even if it is not
to introduce yourself before requesting friendship :)
have fun with this one ! */
body {
background:#333;
}
div.menu {width:185px;
background:hsl(20, 13%, 28%);
@gcyrillus
gcyrillus / dabblet.css
Created June 9, 2012 09:56 — forked from anonymous/dabblet.css
CSS By Gcyrillus find me on facebook or twitter
/* CSS By Gcyrillus find me on facebook or twitter
Send me a message even if it is not
to introduce yourself before requesting friendship :)
have fun with this one ! */
body {
background:#333;
}
div {width:185px;
background:hsl(20, 13%, 28%);