Skip to content

Instantly share code, notes, and snippets.

@santhosh-chinnasamy
Created January 1, 2019 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save santhosh-chinnasamy/6db97131d4f25acb7455ae76f1be8c0e to your computer and use it in GitHub Desktop.
Save santhosh-chinnasamy/6db97131d4f25acb7455ae76f1be8c0e to your computer and use it in GitHub Desktop.
.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