blob: bd8cd7155da32a6cd9b3e8c577bac6a019c81399 (
plain)
1
2
3
4
5
6
7
|
<!DOCTYPE HTML>
<style>
div{
text-decoration-skip-ink: none;
}
</style>
<div style="text-shadow: 2px 2px; color: blue; text-decoration: underline; position: absolute; top: 20px; left: 20px;">test<span style="text-decoration: overline; color: red;">for<span style="text-decoration: underline; color: green;">quirks</span></span></div>
|