Skip to content

Instantly share code, notes, and snippets.

View betabong's full-sized avatar

Severin Klaus betabong

View GitHub Profile
@betabong
betabong / dabblet.css
Created February 21, 2012 07:47 — forked from anonymous/dabblet.css
Untitled
body {
perspective: 300px;
}
#logo {
display: block;
margin: 150px auto 0;
width: 128px;
height: 128px;
padding-top: 20px;
transform-origin: 50% 80px;
@betabong
betabong / dabblet.css
Created February 21, 2012 07:47 — forked from anonymous/dabblet.css
Untitled
div#logo {
display: block;
margin: 150px auto 0;
width: 128px;
height: 128px;
background: url(http://meodai.ch/hvlogo.png);
}
div#logo div {
opacity: 0;