Skip to content

Instantly share code, notes, and snippets.

@tobiashm
Created February 8, 2016 15:38
Show Gist options
  • Select an option

  • Save tobiashm/f644a5a78dab7c902a12 to your computer and use it in GitHub Desktop.

Select an option

Save tobiashm/f644a5a78dab7c902a12 to your computer and use it in GitHub Desktop.
Untitled
div {
display: inline-block;
background-color: white;
transform: rotate(60deg);
transform-origin: left bottom;
}
body {
background-color: red;
margin: 0;
padding: 20px;
border: solid 5px yellow;
}
<div>Hello, World!</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment