<div class="aspectratio"></div>
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@600&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
width: 100vw;
min-height: 100vh;
font-family: "Exo", Arial, sans-serif;
background-color: #222;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
gap: 10px;
}
.aspectratio {
width: 50vw;
height: 28.125vw;
background-color: #09f;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.