You need to link your styles sheet to your html document like mentioned in the directions Note: Be sure to add <link rel="stylesheet" href="styles.css"> in your HTML to link your stylesheet and apply your CSS
You also should have a more standard html boilerplate like was taught in the html lessons
No.2:
Your img element is missing the necessary attributes for the image location and alt text
also be careful that img elements are self closing meaning that they donβt have closing tags like this
Once you fix those things, then the tests should pass