mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
5 lines
291 B
HTML
5 lines
291 B
HTML
|
<!DOCTYPE HTML>
|
||
|
|
||
|
<!-- Underlines are all painted behind every text shadow due to frame painting order -->
|
||
|
<div style="position: absolute; top: 20px; left: 20px; color: black; text-shadow: purple 4px 4px, red 7px 7px, green 10px 10px, grey 13px 13px; text-decoration: underline;">Hello</div>
|