I must be missing something obvious, need a fresh pair of eyes

It’s asking me to “Add an hr tag underneath the h4 which contains the card title.” which I’ve done. But I’m only getting one green tick one for
“Your code should add an hr tag to the markup.”, but not for
“The hr tag should come between the title and the paragraph.”

I must be missing something super obvious?

h4 { text-align: center; height: 25px; } p { text-align: justify; } .links { text-align: left; color: black; } .fullCard { width: 245px; border: 1px solid #ccc; border-radius: 5px; margin: 10px 5px; padding: 4px; } .cardContent { padding: 10px; } .cardText { margin-bottom: 30px; }

GoogleAlphabet


  <p><em>Google was founded by Larry Page and Sergey Brin while they were <u>Ph.D. students</u> at <strong>Stanford University</strong>.</em></p>

</div>
<div class="cardLinks">
  <a href="https://en.wikipedia.org/wiki/Larry_Page" target="_blank" class="links">Larry Page</a><br><br>
  <a href="https://en.wikipedia.org/wiki/Sergey_Brin" target="_blank" class="links">Sergey Brin</a>
</div>

Hey @StewartWalsh,
This challenge has a bug so skip it and move on.
It will not affect your certificates, so do not worry while skipping.
Hope it helps.

Oh cool, *I thought it was just me. Thanks.

1 Like

One more thing,
Whenever you need help with any of the Freecodecamp challenges, use the “Ask For Help” button on your challenge page. It gives the link to the challenge as well as posts the code properly here on forum.

Yeah I did that yesterday, was wondering why my post looked like such a mess compared to then. Thanks for your help :slight_smile:

You are always welcome.
All the best for future challenges.
:+1:

That worked, thanks for your help.

1 Like