Skip to content

Instantly share code, notes, and snippets.

View leechy's full-sized avatar

Andrey Lechev leechy

View GitHub Profile
@leechy
leechy / dabblet.css
Created June 10, 2013 08:02
Untitled
body {
background: white;
}
.three-column {
border: 1px solid red;
width: 100%;
table-layout: fixed;
}
@leechy
leechy / dabblet.css
Created June 13, 2013 10:53
Untitled
body {
background: white;
}
.three-column {
border: 1px solid red;
width: 100%;
table-layout: fixed;
}
@leechy
leechy / dabblet.css
Created June 13, 2013 10:53
Untitled
body {
background: white;
}
.three-column {
border: 1px solid red;
width: 100%;
table-layout: fixed;
}
@leechy
leechy / dabblet.css
Created June 13, 2013 11:03
Emboss Effect for the 4game Security Page
/**
* Emboss Effect for the 4game Security Page
*/
body {
background-color: #ffdd32;
}
.comics__paper {
position: relative;
@leechy
leechy / dabblet.css
Created June 13, 2013 11:16
Emboss Effect for the 4game Security Page
/**
* Emboss Effect for the 4game Security Page
*/
body {
background-color: #ffdd32;
}
.comics__paper {
position: relative;
@leechy
leechy / dabblet.css
Created July 1, 2013 08:58
3D Wheel of Fortune
/**
* 3D Wheel of Fortune
*/
.pers {
width: 500px;
height: 500px;
background: lightblue;
perspective: 2000px;
perspective-origin: 50% 50%;
@leechy
leechy / dabblet.css
Created April 24, 2014 17:11
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html,
body {
height: 100%;
margin: 0;
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
}
@leechy
leechy / dabblet.css
Created September 4, 2014 08:55
Vertical alignment
/**
* Vertical alignment
*/
html,
body {
height: 100%;
margin: 0;
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
}
@leechy
leechy / dabblet.css
Last active August 29, 2015 14:06
Inline-block/overflow hidden vertical alignment
/**
* Inline-block/overflow hidden vertical alignment
*/
div {
width: 20%;
margin: auto;
border: 1px solid cyan;
text-align: center;
}
@leechy
leechy / dabblet.css
Last active August 29, 2015 14:07
L2 Classic Preorder Page Layout
/**
* L2 Classic Preorder Page Layout
*/
html, body {
height: 100%;
margin: 0;
}
.layout {