Learn Basic CSS by Building a Cafe Menu - Step 18

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

/* file: index.Ext.html */

<style> h1 {
background-color:brown;
}
</style>

/* file: styles.Ext.css */

<style> h1 {
background-color:brown;
}
</style>

Your mobile information:

SM-S901B - Android 14 - Android SDK 34

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

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hi @Henok1

Remove the style tags, they belong in html coding.

Then change the selector to body

Happy coding

You can just change the in to body(no <>) and remenber delete h1