/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* Find all links where an href is not provided */ html body a:not([href]), html body a[href=''] { background: red !important;}