Tell us what’s happening:
Describe your issue in detail here.
Your code so far
It continues to tell me that the href for the font awesomedotcom is wrong but it’s literally the exact same code. I’m confused as to why it won’t let me progress
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Picasso Painting</title>
<link rel="stylesheet" href="./styles.css" />
<link rel="stylesheet" href=""
<link rel="stylesheet" href=""
<!-- 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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Safari/605.1.15
Challenge: Learn Intermediate CSS by Building a Picasso Painting - Step 4
Link to the challenge: