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