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: