23 / 25
CSS

Align Icon with Text

<div>
  <div class="icon">...</div>
  <p>...</p>
</div>
.icon {
  height: 1cap;
  width: 1cap;
}

This implementation was inspired by this informative post.