Tell us what’s happening:
Describe your issue in detail here.
I’m not sure what I’m doing wrong here, it’s telling to center the liners h1, h2, p in which I’ve tried but can’t figure it out. The directions are pretty vague.
**Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Cafe Menu</title>
<style>
h1 selector1, selector2{
property: value;
}
h2 selector3, selector4{
property: value;
}
p selector5, selector6{
property: value;
}
</style>
</head>
<body>
<header>
<h1>CAMPER CAFE</h1>
<p>Est. 2020</p>
</header>
<main>
<section>
<h2>Coffee</h2>
</section>
</main>
</body>
</html>
**Your browser information:**
User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 14
Link to the challenge: