Learn css grid by building a magazine/step 7

Im not sure where I’m goin’ wrong? To me it looks right, but its giving me the error message that my first p element needs the class name of author-name, but i did??

Blockquote
<div class=‘author’

By <a href='https://freecodecamp.org’target=_blank>freeCodeCamp



March 7, 2019

oops okay so i am not sure how im supposed to show yall my work

Hello! Did you try closing the div element first?

To post code here, write it in between two lines of three backticks similar to the format below:

```
Code here
```

       <p class='author-name'>By <a href='https://freecodecamp.org'target=_blank>freeCodeCamp</a> </p>
       </div>

but the error is reading:

Sorry, your code does not pass. Keep trying.

Your first new p element should have a class set to author-name.

i do see what you are talkin ’ bout and i fixed it now im tryin to find the next mistake i made thank you for ur help

i was able to find my mistakes and fix them…thanks for the help