<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>meetcode</title>
<style>
.btn { background: #0b5; color: #fff; border: 0; border-radius: 12px; padding: 10px 14px; transition: transform 120ms ease; }
.btn:active { transform: scale(0.98); }
</style>
</head>
<body>
<button class='btn' type='button'>Start</button>
</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>
.btn { background: #0b5; color: #fff; border: 0; border-radius: 12px; padding: 10px 14px; transition: transform 120ms ease; }
.btn:active { transform: scale(0.98); }
</style>
</head>
<body>
<button class='btn' type='button'>Start</button>
</body>
</html>