There is a bug in here i got bug at link number 3

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Magazine</title>
  <link href="https://fonts.googleapis.com/css?family=Anton|Baskervville|Raleway&display=swap" rel= "stylesheet"/>
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" rel="stylesheet"/>
  <link rel="stylesheet" href="styles.css" />
  </head>
<body>
</body>
</html>
/* file: styles.css */

  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.115 Safari/537.36

Challenge: Step 2

Link to the challenge:

HI @nynwadhyhcz8 ,

you have two of the rel="stylesheet" in your second link element.

1 Like

Besides, the extra rel="stylesheet" pointed out earlier ,
The first link element has an extra space after rel.

1 Like

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