mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-12 20:30:18 +00:00
17 lines
249 B
HTML
17 lines
249 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<p>First</p>
|
|
<p>
|
|
<style scoped>
|
|
:scope { color: green }
|
|
</style>
|
|
<div>
|
|
<style scoped>
|
|
:scope { border: 2px solid black }
|
|
</style>
|
|
Second
|
|
</div>
|
|
</p>
|
|
<p>Third</p>
|
|
</body>
|