Skip to content

Instantly share code, notes, and snippets.

@shvetsovart
Last active September 25, 2024 19:28
Show Gist options
  • Save shvetsovart/0e4092787f81598d3533df0878245d71 to your computer and use it in GitHub Desktop.
Save shvetsovart/0e4092787f81598d3533df0878245d71 to your computer and use it in GitHub Desktop.
Untitled
p {
transform: rotate(-90deg); /* Весь параграф повернут */
}
p::first-letter {
font-size: 30px;
color: red;
}
<p>This is a rotated paragraph.</p>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment