mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
14 lines
222 B
HTML
14 lines
222 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<div>
|
|
<div>
|
|
<p>This should be green.</p>
|
|
<style scoped>
|
|
p { color: green }
|
|
</style>
|
|
</div>
|
|
<style scoped>
|
|
p { color: red }
|
|
</style>
|
|
</div>
|
|
</body>
|