Learn Accessibility by Building a Quiz - Step 52

Tell us what’s happening:

Why would it say to replace with 60px of margin-top and then it says it suppose to be 0?..

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */

h2 {
  border-bottom: 4px solid #dfdfe2;
  margin-top: 60px;

}

/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36

Challenge Information:

Learn Accessibility by Building a Quiz - Step 52

because you need to replace the margin with the padding, if you still have the margin you did not follow the instructions correctly