Skip to content

Instantly share code, notes, and snippets.

View xiel's full-sized avatar
🖖

Felix Leupold xiel

🖖
View GitHub Profile
@xiel
xiel / dabblet.css
Created November 13, 2012 09:44
Pseudo-Element Transition Webkit Bug
/*
Pseudo-Element Transition Webkit Bug
*/
a {
transition: 500ms;
position: relative;
border: 0 none;
border-radius: 5px;
padding: 10px 20px;
@xiel
xiel / dabblet.css
Created November 8, 2012 22:06
Centered Element by xiel
/**
* Centered Element by xiel
*/
body{
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}