/ Published in: CSS
Expand |
Embed | Plain Text
/* Find all links where an href is not provided */ html body a:not([href]), html body a[href=''] { background: red !important;}
You need to login to post a comment.
