<div class="first-box">The first div</div>
<br>
<div class="second-box"> The second div</div>
.first-box {
  width: 200px;
  height: 100px;
  padding: 20px;
  border: 8px solid blue;
  background: yellow;
}

.second-box {
  width: 200px;
  height: 100px;
  border: 8px solid blue;
  background: yellow;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.