Italic text issue

hi. doing the design a cafe menu and up to step 61. doing the italic text. not working. so what am i doing wrong? how to fix. will paste my html and the error code and a link to the step. can you help?
marvin.

Your established class element should have italic text.

<html lang="en">
<head>
    <link rel="stylesheet" href="Styles.css">
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Cafe Menu</title>
</head>    
<body>
    <div class="menu">
<main>
<h1>CAMPER CAFE</h1><p class="established"><i>Est. 2020</i></p>
<section>
<h2>Coffee</h2>
<article class="item">
    <p class="flavor">French Vanilla</p><p class="price">3.00</p>
           </article>
<article class="item">
    <p class="flavor">Caramel Macchiato</p><p class="price">3.75</p>
</article>  
<article class="item">
<p class="flavor">Pumpkin Spice</p><p class="price">3.50</p>
    </article>
    <article class="item">
    <p class="flavor">Hazelnut</p><p class="price">4.00</p>
</article>
<article class="item">
    <p class="flavor">Mocha</p><p class="price">4.50</p>
</article>
</section>
<section>
    <h2>Desserts</h2>
    <article class="item"> 
<p class="dessert">Donut</p><p class="price">1.50</p>        
    </article>
    <article class="item"> 
<p class="dessert">Cherry Pie</p><p class="price">2.75</p>
    </article>
    <article class="item"> 
<p class="dessert">Cheesecake</p><p class="price">3.00</p>
    </article>
    <article class="item"> 
        <p class="dessert">Cinnamon Roll</p><p class="price">2.50</p>
    </article>
</section>
    </main>
</div>
</body>
</html>

please stop posting your “still waiting” posts

if you have tried something else, if you have more infos to add, then please add a comment. Do not post only to say “still waiting”

I see you added an i element, that wasn’t part of the instructions

hi. got the italic fixed. now not liking the address. and so stuck on that one. so waiting for help for that issue.
marvin.

that doesn’t look like an issue for step 61, open a new topic for the new step. If you could use the HELP button it would be great

hi, okay do try to use that. sometimes jaws will read the button, other times it wont. okay will try again and that way. sorry for wasting your time.
marvin.

the button appears after three attempts, it’s not always there