blob: 3d614d395ac3e3a0a134475c1da66e2779918b10 [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0;
font-size: 16px;
}
.box {
background: rgb(0, 0, 255);
width: 100%;
height: 10px;
}
@media (height: calc(100vw - 5.625em)) {
.box {
background: rgb(255, 165, 0);
}
}
</style>
</head>
<div class="box"></div>
</html>