Learn CSS Grid by Building a Magazine - Step 10

I have added five i elements all with the correct classes but the hint says, " You should have five i elements."

          <a href="https://www.facebook.com/freecodecamp/">
          <i class="fab fa-facebook-f">
          </a>
          <a href="https://twitter.com/freecodecamp/">
          <i class="fab fa-twitter">
          </a>
          <a href="https://instagram.com/freecodecamp">
          <i class="fab fa-instagram">
          </a>
          <a href="https://www.linkedin.com/school/free-code-camp/">
          <i class="fab fa-linkedin-in">
          </a>
          <a href="https://www.youtube.com/freecodecamp">
          <i class="fab fa-youtube">
          </a>
        </div>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0

Challenge: Learn CSS Grid by Building a Magazine - Step 10

Link to the challenge:

Please add the closing ‘i’ tags to the five ‘i’ elements.

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