Learn CSS Foundations Projects - CSS Foundations Exercise A

Tell us what’s happening:

This is not working. I have tried every possible way.

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html>
  <head>
    <title>Exercise A</title>
  </head>
  <body>

  </body>
</html>
/* file: styles.css */
/* styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Foundations Projects - CSS Foundations Exercise A

Please talk about how you got stuck figuring out what is wrong.

Hi,
What have you tried so far?

Welcome to the forum @kimberly.rosado

You should see a div element with some text.

The first user story asks you to add a div element.

Try adding that element, make sure to include some text.

Happy coding