Skip to content

Instantly share code, notes, and snippets.

@Kcko
Created September 25, 2020 10:48
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 Kcko/355a3899d73817443d0a0946800559c7 to your computer and use it in GitHub Desktop.
Save Kcko/355a3899d73817443d0a0946800559c7 to your computer and use it in GitHub Desktop.
.container {
position: relative;
display: inline-block;
padding: 10rem;
border: 1px solid;
}
.container:before {
position: absolute;
right: 0;
bottom: 0;
content: "some sss fasdf asdf";
transform: rotate(-90deg) translate(100%, 0);
transform-origin: right bottom;
}
<div class="container"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment