Skip to content

Instantly share code, notes, and snippets.

View shvetsovart's full-sized avatar
🎯
Focusing

Artyom Shvetsov shvetsovart

🎯
Focusing
View GitHub Profile
@shvetsovart
shvetsovart / dabblet.css
Last active September 25, 2024 19:28
Untitled
p {
transform: rotate(-90deg); /* Весь параграф повернут */
}
p::first-letter {
font-size: 30px;
color: red;
}