<p class="item1">2em bottom-margin</p>
<p class="item2">3em top margin</p>
.item1,
.item2 {
  height: 100px;
  text-align: center;
  line-height: 100px;
}

.item1 {
  background-color: #aabbcc80;
  margin-bottom: 2em;
}

.item2 {
  background-color: #11bbdd70;
  margin-top: 3em;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.