Hi, I’m new in this and I didn’t understand what I’m doing wrong, the hint says “Your styles.css file should have the h1, h2, p type selector.” Ive read in others post that this bug is normal in mobile phones, I hope someone can read this and help me, thanks.
Your code so far
/* file: index.Ext.html */
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Cafe Menu</title>
<style>
h1, h2, p {
text-align: center;
}
</style>
</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:
23117RA68G - Android 15 - Android SDK 35
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 14
Link to the challenge: