HTML:
<div class="mask">
<div class="mask-wrapper">
<div class="front">
<img src="http://www.biography.com/imported/images/Biography/Images/Profiles/T/Sachin-Tendulkar-20710145-1-402.jpg" />
</div>
<div class="back">
<ul>
<li>Sachin Tendulkar</li>
<li>Cricketer</li>
</ul>
</div>
</div>
</div>
CSS:
There's a lot, but, I do css3 transforms like this,
-webkit-transform: rotate(720deg);
-moz-transform: rotate(720deg);
-o-transform: rotate(720deg);
transform: rotate(720deg);
This is not working in IE10 +, works fine in chrome and FX