blob: ed823c09e89635da4933a941850265c2eb168e5d [file] [log] [blame]
<!DOCTYPE html>
<style>
body {
margin: 0;
}
div {
background: red;
}
@media (width: 100px) and (height: 100px) {
div {
background: green;
}
}
</style>
<div style="height:100px;"></div>