Understand ::before and ::after Pseudo-Elements

Hoang Subin
Level Up Coding
Published in
5 min readAug 8, 2019

--

Photo by Nathan Dumlao on Unsplash

In this article, I will talk about the ::before and ::after pseudo-elements and real cases when we would need to use them.

The article is divided into 4 sections:

  1. What are pseudo-elements?
  2. ::after
  3. ::before
  4. Common use cases

--

--