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.