// Easy Vertical Text //
@media only screen and (min-width: 640px) { em {
width: auto !important;
writing-mode: vertical-rl;
text-orientation: sideways-right;
font-style: normal !important;
transform: rotate(180deg);
}
}
em {
font-style: normal !important;
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter