nav ul:after {
content:"";
clear:both;
display:block;
}
What does the "" value mean on the content property?
nav ul:after {
content:"";
clear:both;
display:block;
}
What does the "" value mean on the content property?