Learn Accessibility by Building a Quiz step 10

Tell us what’s happening:
Describe your issue in detail here.
it says use the header element selector I thought this was the header
selector what am I missing

   **Your code so far**
 .header{
	height:50px;
	background-color:#1b1b32;
	display: Flexbox;
} ```
**Challenge:**  Step 10

**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-accessibility-by-building-a-quiz/step-10

Hey @devonz you are correct in using the .header element but remember spacing is key

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.