mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
5 lines
No EOL
127 B
HTML
5 lines
No EOL
127 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
p > span {background-color:green;}
|
|
</style>
|
|
<p>foo <span>this should have a green background</span></p> |