I did not know. Thank you very much !
also :not and :empty can be used to hide empty state 😀
<style> .alert:not(:empty) { background: pink; padding: 10px; } </style> <div class="alert"></div> <div class="alert">Alert Message</div>
Thanks!
Nice! that's an awesome application of it 👍
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I did not know. Thank you very much !
also :not and :empty can be used to hide empty state 😀
Thanks!
Nice! that's an awesome application of it 👍