mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +09:00
11 lines
172 B
HTML
11 lines
172 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<p>First</p>
|
|
<div>
|
|
<style scoped>
|
|
p { color: red }
|
|
</style>
|
|
<p style="color: green">Second</p>
|
|
</div>
|
|
<p>Third</p>
|
|
</body>
|