Putar Z Axis CSS

#rotated{
	transform: rotateZ(45deg);
	transition: transform linear 2s; /*For animation*/
}
Norman