CSS - Vertikaler Text mit horizontalen Buchstaben
BEISPIEL TEXT
<style>
#beispiel {
writing-mode: vertical-lr;
text-orientation: upright;
color: #000;
background-color: Gold;
padding: 10px;
letter-spacing: 2px;
}
</style>
<div id="beispiel">BEISPIEL TEXT</div>
Eine zufällige Auswahl von Codeschnipseln
aus den Bereichen
HTML, CSS,
PHP, JavaScript und
MySQL.
<canvas> Zeichnen
CSS - CSS-Variablen
PHP - CSV-Datei auslesen
JavaScript - Sekundenzähler
MySQL - Datensatz Wert erhöhen