<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
<style>
.card { width: 100%; border: 1px solid #eee; border-radius: 14px; padding: 14px; box-sizing: border-box; }
@media (min-width: 800px) { .card { width: 420px; } }
</style>
</head>
<body>
<div class='card'>meetcode card</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>
.card { width: 100%; border: 1px solid #eee; border-radius: 14px; padding: 14px; box-sizing: border-box; }
@media (min-width: 800px) { .card { width: 420px; } }
</style>
</head>
<body>
<div class='card'>meetcode card</div>
</body>
</html>