Tell us what’s happening:
I cant pass Step 3 of ‘‘Learn Intermediate CSS by Building a Cat Painting’’.
I always get this error message: Your link
element should have an href
attribute with the value ./styles.css
.
I have tried everything I can.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- User Editable Region -->
<title>fCC Cat Painting</title>
<link rel="stylesheet" href="./styles.css">
<!-- User Editable Region -->
</head>
<body></body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36
Challenge: Learn Intermediate CSS by Building a Cat Painting - Step 3
Link to the challenge: