blob: 24cac4884bee276af96f06d7c24405524be7a6c5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<div style="width:300px;
height:300px;
text-align:center;
line-height:150px;
transform:rotate(-90deg);">
<span style="text-decoration:underline;">under</span>
<span style="text-decoration:overline;">over</span>
<span style="text-decoration:line-through;">through</span>
</div>
|