<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p>To save your work, press <kbd>Ctrl + S</kbd>.</p>
</body>
</html>
kbd {
background-color: #f0f0f0;
padding: 2px 6px;
border: 1px solid #ccc;
border-radius: 4px;
font-family: 'Courier New', Courier, monospace;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.