Home / CSS Tips Generated By ChatGPT / The :empty Pseudo-class in CSS Style elements that have no children or text, making them invisible or modifying layout. Source Code .box:empty { display: none; }