Learn Basic CSS by Building a Cafe Menu - Step 14

Tell us what’s happening:

Your code so far

/* file: index.Ext.html */



<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>
    <link rel="stylesheet" href="styles.css" />
  </head>
  <body>
    <main>
      <h1>CAMPER CAFE</h1>
      <p>Est. 2020</p>
      <section>
        <h2>Coffee</h2>
      </section>
    </main>
  </body>
</html>



/* file: styles.Ext.css */

h1,h2,p {
text-align: center;
}

Your mobile information:

M2006C3LII - Android 10 - Android SDK 29

Challenge: Learn Basic CSS by Building a Cafe Menu - Step 14

Link to the challenge:

hello and welcome to fcc forum :slight_smile:

  • this runs fine and passes for me

if its not then i would say reset and try again or try a different browser, also try to simply moving css rules to separate tabs without removing it from html

happy coding :slight_smile:

Sorry, I don´t speack english but i thinks this problem is a finaly “/” for
link rel=“stylesheet” href=“styles.css” /