<div class="box">
  <p>Font size: 20px</p>
</div>
.box {
  font-size: 20px;
  height: 200px;
  width: 50%;
}

/* PRESENTATIONAL STYLES */
body {
  display: flex;
  height: 100vh;
}

div {
  align-items: center;
  background: #fd5a1e;
  border-radius: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: auto;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js