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 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 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 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 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 10, 2013 08:02
Untitled
body {
background: white;
}
.three-column {
border: 1px solid red;
width: 100%;
table-layout: fixed;
}
@leechy
leechy / dabblet.css
Created April 12, 2013 08:03
PlanetSide 2 Menu
/**
* PlanetSide 2 Menu
*/
body {
background: blue;
}
.menu {
width: 100px;
@leechy
leechy / dabblet.css
Created March 20, 2013 15:09
z-index of inner element of fixed parent in Chrome not working
/**
* z-index of inner element of fixed parent in Chrome not working
*/
body {
background: white;
min-height: 100%;
margin: 0;
}
.div0 {
@leechy
leechy / dabblet.css
Created March 13, 2013 09:47
animation-delay games
/* animation-delay games */
@-moz-keyframes delay {
from { transform: rotate(90deg); }
to { transform: rotate(270deg); }
}
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@leechy
leechy / dabblet.css
Created March 13, 2013 09:31
Untitled
body {
background:#333;
}