Tell us what’s happening:
I can’t figure out why this step is not completing, I tried resetting the challenge and even copied and pasted step two to make sure I wasn’t doing something wrong. But I can’t seem to figure it out. I’ve reset the challenge and wrote the code once again, and the same error keeps popping up, can anybody tell me what am I doing wrong?
- thought it was in the wrong order - exchanged it, didn’t work
-thought needed another meta tag - didn’t work
-thought it neede another class/id/name after the charset, didn’t work too
Your code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<!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>
</html>
<!-- User Editable Region -->
/* 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/109.0.0.0 Safari/537.36
Challenge: Learn More About CSS Pseudo Selectors By Building A Balance Sheet - Step 1
Link to the challenge: