i don’t understand there is my mistake https://www.codecademy.com/courses/learn-html-css/lessons/ids-classes-divs/exercises/id-selectors?action=lesson_resume&link_content_target=interstitial_lesson
in html i put this
<div class="header" >
<h1>Travel Like Never Before</h1>
</div>
<div id="header-text" >
<h2>Whether you're looking for adventure or luxury, let us help you plan your perfect getaway.</h2>
</div>
in css
#header-text {
}
but it keeps saying Did you add the ID selector?
Where is my mistakr?