Unit 2 Lesson 13 Images not resizing CSS

(https://codeprojects.org/projects/weblab/OyFluqzTeTd_nY2WSqVQfaZ41ytzyX9OGER23fLKLGs)
Added code to CSS file to resize images to 250px wide.
Nothing happens to images.
Tried replacing images with screenshots of images instead of downloaded images. Tried renaming images. Copied student’s code into teacher worksite. Looked for any other erros in code.

@thyman,

line 3, the link to the stylesheet should use href=“style.css” (not src=“style.css”).

Good luck!

Mike

1 Like

Thank you so much. I had looked at it so long that I missed that!