I am looking for a way to target a specific image with CSS, if this is even possible.
I am running a CMS where the users can upload images and put them on their page
According to the spec this should work
img[width=400]
but I haven't tried it