<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
<style>
*, *::before, *::after { box-sizing: border-box; }
.panel { width: 260px; padding: 16px; border: 2px solid #0b5; }
</style>
</head>
<body>
<div class='panel'>Sizing stays predictable 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>
*, *::before, *::after { box-sizing: border-box; }
.panel { width: 260px; padding: 16px; border: 2px solid #0b5; }
</style>
</head>
<body>
<div class='panel'>Sizing stays predictable on meetcode.</div>
</body>
</html>