askdesign
9/16/2015 - 1:54 AM

transform: rotate(30deg)

transform: rotate(30deg)

/* If I’m honest I’ve yet to find a use for CSS transform properties 
in a real design project, but the ability to manipulate HTML elements 
without Javascript is so cool it makes these properties worth remembering! 
Combine transform properties with CSS transitions to create some fun animation effects. */

.title {
	transform: rotate(30deg);
}