I want to select some <img> from my page with different sections and give it a width of 80% of its container.
I realized my code only selects the <img> element from .things-love class!
Is there a way I can select all the sections with classes I want changes to apply with <img> element?
.about-me, .education, .skills, .experience, .things-love img{
width: 80%
}