Learn CSS Grid by Building a Magazine - Step 2

Tell us what’s happening:
Describe your issue in detail here.
Hey guys, I'm supposed to have 3 self closing link elements here, what am I doing wrong here? Thank you in advance.

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

</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/103.0.0.0 Safari/537.36

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

Link to the challenge:

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