mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-23 03:32:39 +00:00
11 lines
189 B
HTML
11 lines
189 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<style>
|
|
body { width: 100%; height: 100%; background-color: red; }
|
|
</style>
|
|
<style scoped>
|
|
@media (max-width: 200px) {
|
|
body { background-color: green; }
|
|
}
|
|
</style>
|