Zell Liew 9/5/2018

How to use the :empty selector and the :blank selector

Read Original

This article clarifies the CSS :empty and :blank pseudo-selectors, correcting a common misconception about their usefulness. It details how :empty selects truly empty elements (even with comments) while :blank also selects elements containing whitespace. The author provides real-world examples, such as styling error containers and creating todo-list empty states, demonstrating why :empty is often sufficient for practical web development needs.

How to use the :empty selector and the :blank selector

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes