How do I create an img selector in this module’s step 89?
Welcome to the community @Denn !
Here is an example of a css selector.
Instead of p, you will enter the img element, and if it says to add any property and value, that would entered instead of what I have entered as property, font-family, value, Verdana.
p {
font-family: Verdana;
}
I hope this helps you.
Happy coding!