Stuck at step 7 - Learn CSS grid by building a magazine

My code:

  <div class="author"></div>
  <p class="author-name">By <a href="https://freecodecamp.org">freeCodeCamp</a></p>
  <p class="publish-date">March 7, 2019</p>

Link to challenge:

Also I have all extensions like AdBlocker, etc. switched to off.

Hi @stefan2007octavian !

I see two issues with your code.

No.1:
The directions say this.
within that div , create a p element with the class set to author-name

But you wrote this instead

Nothing is currently inside that div element.

No.2:
The directions say this
and the target set to _blank

I don’t see that here

Hope that helps!

2 Likes

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