mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
268 B
HTML
18 lines
268 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<p>First</p>
|
|
<p>
|
|
<style scoped>
|
|
p { color: red }
|
|
</style>
|
|
<style scoped>
|
|
p { text-decoration: underline }
|
|
</style>
|
|
Second
|
|
<style scoped>
|
|
p { color: green }
|
|
</style>
|
|
</p>
|
|
<p>Third</p>
|
|
</body>
|