.site-nav:after {
content: "";
display: table;
clear: both;
} What does this pseudo element mean?
The element after .site-nav.
The element after .site-nav.
Sorry, I keep answering the wrong questions during this time.
.site-nav:before { content: ""; display: table; clear: both;}
.site-nav:after is the appended content after the content in .site-nav