6 lines
97 B
HTML
6 lines
97 B
HTML
<!doctype html>
|
|
<style>
|
|
@supports selector(div) {
|
|
:root { background: green }
|
|
}
|
|
</style>
|