mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
10 lines
189 B
HTML
10 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>
|