Tell us what’s happening:
Help to spot the mistake, please
The task:
Make the paragraph elements appear as a higher priority, with the following CSS properties:
margin-top: 5px;
padding-left: 15px;
font-size: 20px;
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* User Editable Region */
p {
margin-top: 5px;
padding-left: 15px;
font-size: 20px;
}
/* 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/123.0.0.0 Safari/537.36
Challenge Information:
Learn Accessibility by Building a Quiz - Step 59