Created
October 2, 2019 22:18
-
-
Save agustinl/0e10f5b28499015beaad86e0b9c0af69 to your computer and use it in GitHub Desktop.
CSS Selector Background
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
a[href$=".pdf"] { | |
background: url('https://i.imgur.com/n8EHrrI.png') | |
0 50% no-repeat; | |
padding-left: 20px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment