Help with Tribute Page - Img Responsiveness - User Story #8

I keep getting an error code back for user story #8. See my codepen link here https://codepen.io/mdrohan/pen/MWoJzWK

HI @michaeldrohan !

Welcome to the forum!

To pass the test, you are missing a curly brace at the end of your p tag here

p {
 font-family: monospace;
  text-align: center;
  font-size: 16px;
  
h3 {

Once you fix that then the test passes.

But also, you need to get rid of the style tag in your css

<style>

and move this over to the html section

<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.