-3

I just understand the css ::before selector usage but cannot understand the purpose of below ::before between two div ?

<div id="banner" style="--vh:8.32px;"> 
::before 
<div id="banner-content" class="flex-container">

Thanks in advance for help.

Kevin Lin
  • 1
  • 1

1 Answers1

-3

::before is one of the CSS Pseudo-elements. You can read more in this answer.

Do Thang
  • 40
  • 3