mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
13 lines
161 B
HTML
13 lines
161 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<div>
|
|
<p>First</p>
|
|
</div>
|
|
<div>
|
|
<style scoped>
|
|
div p { color: green }
|
|
</style>
|
|
<p>Second</p>
|
|
</div>
|
|
</body>
|