Learn Intermediate CSS by Building a Picasso Painting - Step 4

i think there’s a glitch in this step, but i could be wrong. when i add the link element im getting an error message that i need to add to link elements. when i add another link element to stylecss i still get the same error message. please help!!

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Picasso Painting</title>
    <link rel="stylesheet"></link>
    <link href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"></link>

<!-- User Editable Region -->


<link rel='stylesheet' href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"/>
 

<!-- User Editable Region -->

  </head>
  <body>
  </body>
</html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36

Challenge: Learn Intermediate CSS by Building a Picasso Painting - Step 4

Link to the challenge:

Hi @aliciadorsey2 I think you added an extra link element delete this

and you will be good to go.

hi @nikhillreddymanda according to the directions, that’s what im suppose to add:
FontAwesome is a library of SVG-powered icons, many of which are freely available to use. You will be using some of these icons in this project, so you will need to link the external stylesheet to your HTML.

Add a link element with a rel of stylesheet and an href of https://use.fontawesome.com/releases/v5.8.2/css/all.css.

But deleting that made it pass all the tests

1 Like

thanks so much, that did work!! have a wonderful day!!

Same to you @aliciadorsey2

1 Like

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