Write down a selector that will match any links end in .zip, .ZIP, .Zip etc… Technology Community › Category: CSS › Write down a selector that will match any links end in .zip, .ZIP, .Zip etc… 0 Vote Up Vote Down VietMX Staff asked 4 years ago Use case-insensitive attribute matching, i. This is a new feature in CSS Selectors Level 4. Consider: a[href$=".zip" i]:after { content: '↓' }