Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 1

How to pass it?

Hint

Your link element should have a rel attribute with the value stylesheet.

/* 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>title</title>
  <link rel = "stylesheet" href = "styles.css" />
</head>
<body></body>
</html>
/* file: styles.css */

Challenge: Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 1

Link to the challenge:

I’ve found that sometimes the hints that are given, aren’t always accurate. There doesn’t seem to be anything wrong with your rel=“stylesheet”
I’ve also found that sometimes the program doesn’t like extra spaces within the code. Have you tried closing the gap between your .css"/>

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