<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
background: #f1f1f1;
}
/* The laptop with borders */
.laptop {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scale(.6) translate(-50%); /* Scaled down for a better Try-it experience (change to 1 for full scale) */
transform: scale(.6) translate(-50%); /* Scaled down for a better Try-it experience (change to 1 for full scale) */
left: 50%;
position: absolute;
width: 1366px;
height: 800px;
border-radius: 6px;
border-style: solid;
border-color: black;
border-width: 24px 24px 80px;
background-color: black;
}
/* The keyboard of the laptop */