Skip to content

Instantly share code, notes, and snippets.

@santhosh-chinnasamy
Created January 1, 2019 08:44
Embed
What would you like to do?
.box {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}
.headline{
color: yellow;
font-size:40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment