The task is to add link element with rel and href attributes. I did exactly as it mentioned but it shows that href should have ./styles.css though I type the same the error props everytime.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>fCC Cat Painting</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body></body>
</html>
**Challenge:** Learn Intermediate CSS by Building a Cat Painting - Step 3
**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-intermediate-css-by-building-a-cat-painting/step-3