mirror of
https://github.com/swc-project/swc.git
synced 2025-01-07 06:06:41 +03:00
8 lines
545 B
HTML
8 lines
545 B
HTML
<!doctype html><html lang=en><title>Document</title><style>a{color:red}b{color:blue}p{color:white;background-color:blue;padding:5px;border:1px solid black}p{color:blue;background-color:yellow}</style><style media="all and (max-width:500px)">p{color:blue;background-color:yellow}</style><style>.first{color:red}.second{color:red}</style><style media=all>p{color:blue}p{color:red}</style><h1>Text</h1>
|
|
<div>Text</div>
|
|
<style>a{color:red}b{color:blue}</style>
|
|
<div>test</div>
|
|
<style>a{color:red}</style>
|
|
<div>test</div>
|
|
|
|
<style>a{color:red}</style> |