OpenTechSchool / html-css-beginners

A friendly, afternoon introduction to html and css.
opentechschool.github.io/html-css-beginners/
Other
21 stars 27 forks source link

Portfolio photo example in CSS confused some people #19

Open projectgus opened 10 years ago

projectgus commented 10 years ago

There's a minor bug where the HTML and the CSS for the portfolio image render in the same example box, leading some people to ask why they had to put that CSS into the HTML file and not the CSS file.

However also the selector used there is 'img' and a lot of people didn't understand why you would want that to apply to all images. This could be a good opportunity to give another concrete example of selector use.