Can I apply a stroke on all JPEG images and not include other image types like PNG, using a css stylesheet. How would I do this? Thanks.
You could try:
img[src$='.jpg'] {
border: 1px solid #000;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With