mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
4 lines
262 B
HTML
4 lines
262 B
HTML
|
|
<!DOCTYPE HTML>
|
||
|
|
|
||
|
|
<!-- Shadows are painted below text AND its decorations -->
|
||
|
|
<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>
|