Scrivere in verticale coi CSS
Per scrivere in verticale coi CSS basta usare una semplice regola poco conosciuta:
.vertical{
writing-mode: vertical-rl;
}
Ecco un esempio: https://codepen.io/andrearufo/pen/PoYNJrK
Last updated
Was this helpful?
Per scrivere in verticale coi CSS basta usare una semplice regola poco conosciuta:
.vertical{
writing-mode: vertical-rl;
}
Ecco un esempio: https://codepen.io/andrearufo/pen/PoYNJrK
Last updated
Was this helpful?