mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
5 lines
118 B
HTML
5 lines
118 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<style>
|
||
|
|
p > m {background-color:green;}
|
||
|
|
</style>
|
||
|
|
<p>foo <m>this should have a green background</m></p>
|