I’ve been stuck on the main padding portion and can’t figure it out. I feel like it’s a really simple code but can’t get it. Not sure if I’m doing the right Google search.
Step 48
When the screen width is small, the h1 does not wrap its text content how it should. Align the text for the h1 element in the center.
Then, give the main padding such that the Student Info section header can be fully seen.
Your code so far:
h1 {
color: #f1be32;
font-size: min(5vw, 1.2em);
text-align: center;
}
**Your browser information:**
User Agent is: <code>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36</code>
**Challenge:** Step 48
**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-accessibility-by-building-a-quiz/step-48
can you clarify by select main? tried google searching this but am lost. if i put the below, the Student Info text shows but not sure why it would be h1 when it’s a different text?