mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-22 11:33:03 +00:00
17 lines
249 B
HTML
17 lines
249 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<div>First</div>
|
|
<div>
|
|
<style scoped>
|
|
div { color: green }
|
|
</style>
|
|
Second
|
|
<div>
|
|
<style scoped>
|
|
div { text-decoration: underline }
|
|
</style>
|
|
Third
|
|
</div>
|
|
</div>
|
|
</body>
|