Empty Selector
Use the :empty {}
selector to hide empty paragraphs (often created by users within content management systems)
p:empty {
display: none;
}
Use the :empty {}
selector to hide empty paragraphs (often created by users within content management systems)
p:empty {
display: none;
}