vertical-mode-decorations-2.html (511B)
1 <!DOCTYPE html> 2 <head> 3 <meta charset=utf-8> 4 <style> 5 body { font: 32px Arial, sans-serif; margin: 20px; color: transparent; } 6 div { block-size: 10em; inline-size: 10em; margin: 0; padding: 10px; 7 text-align: center; background: #eee; } 8 .a { text-decoration: blue solid underline line-through overline; } 9 .c { text-decoration: green double underline line-through overline; } 10 </style> 11 </head> 12 <body> 13 <div style="writing-mode:sideways-lr;"> 14 hello <span class=a>hello</span> <span class=c>hello</span> 15 </div>