<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
<style>
.box { padding: 16px; border: 1px solid #eee; border-radius: 14px; }
@media (orientation: landscape) {
.box { background: #eafaf1; }
}
</style>
</head>
<body>
<div class='box'>Rotate screen to see the change on meetcode.</div>
</body>
</html>
<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
<style>
.box { padding: 16px; border: 1px solid #eee; border-radius: 14px; }
@media (orientation: landscape) {
.box { background: #eafaf1; }
}
</style>
</head>
<body>
<div class='box'>Rotate screen to see the change on meetcode.</div>
</body>
</html>