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

Tell us what’s happening:

my meta elements don’t seem work, was supposed to add to meta elements and did it exactly but it seems to pass. keep saying I should add two meta elements.

Your code so far

<!-- file: index.html -->

<!-- User Editable Region -->



<!-- User Editable Region -->

/* file: styles.css */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Balance sheet</title>
<link rel="stylesheet" href="./styles.css">
</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/125.0.0.0 Safari/537.36

Challenge Information:

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

Hi. Welcome to our forum.
Your code passes all tests when I run it. Can you reset the lesson then run the same code again?

2 Likes

Is your code in the html file? With what you posted your code is in the css file which isnt going to work

4 Likes

Thanks let me try it again

that makes sense, let me quickly check it out

1 Like

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