This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div#logo { | |
display: block; | |
margin: 150px auto 0; | |
width: 128px; | |
height: 128px; | |
background: url(http://meodai.ch/hvlogo.png); | |
} | |
div#logo div { | |
opacity: 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
perspective: 300px; | |
} | |
#logo { | |
display: block; | |
margin: 150px auto 0; | |
width: 128px; | |
height: 128px; | |
padding-top: 20px; | |
transform-origin: 50% 80px; |