Hello guys,
I’m in doubt about two classes in a only img element. An excercise from Free Code Camp bring me this classes: “smaller-image” and “thick-green-border” to put inside this unic img. How do I do in this case?
Thanks,
Anny
Hello guys,
I’m in doubt about two classes in a only img element. An excercise from Free Code Camp bring me this classes: “smaller-image” and “thick-green-border” to put inside this unic img. How do I do in this case?
Thanks,
Anny
If I understood your problem right, it should look like this:
<img class="smaller-image thick-green-border">
Just separate the classes with a space.
Also providing the code you’re working with will be really valuable to anyone trying to help you.
It was exactly the problem. Now, I got it! Thank you!