Last active
December 26, 2022 13:20
-
-
Save karamansky/c37d0e470dc58be8daca1802e2280270 to your computer and use it in GitHub Desktop.
CSS: Отлов пустых элементов на этапе верстки
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :empty:not(img):not(input) { | |
| visibility: hidden; | |
| opacity: .5; | |
| outline: 4px solid #4ce00e; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment