“Текстовая ориентация CSS” Ответ

CSS Текст вертикальный направление

.verticalText {
  writing-mode: vertical-lr;
  text-orientation: upright;
}
Objectively Hilarious

Головой текст CSS

p {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
Xanthous Xenomorph

Текстовая ориентация CSS

/* Keyword values */
text-orientation: mixed;
text-orientation: upright;
text-orientation: sideways-right;
text-orientation: sideways;
text-orientation: use-glyph-orientation;

/* Global values */
text-orientation: inherit;
text-orientation: initial;
text-orientation: initial;
text-orientation: unset;
Bewildered Butterfly

Ответы похожие на “Текстовая ориентация CSS”

Вопросы похожие на “Текстовая ориентация CSS”

Больше похожих ответов на “Текстовая ориентация CSS” по CSS

Смотреть популярные ответы по языку

Смотреть другие языки программирования