Animations

div#transform
{
position: absolute;
top: 400px;
width:200px;
height:100px;
background-color: pink;
transform:rotate(45deg);
-ms-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
}

Box 1