fuck this shit

fuck this shit

by mrjordy

HTML

<div class='container'><div class="test">a sdfasdf asdf asdf </span></div>

CSS

.container{
    margin-top:200px; /* this shall be higher than the height on hover*/
    margin-right:34px;
    width:150px;
    height:45px;
    background:grey;
    transition: height 1s ease-in-out ;
    transform: rotatex(180deg);
    transform-origin: top;
    overflow:hidden;
}
.container:hover{
    height:10px
}
.test{transform: rotatex(180deg);}