Tell us what’s happening:
button {
font-size: 1.1rem;
display: block;
margin: auto;
}
error:Set the font-size property to 1.1rem.
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* User Editable Region */
button {
font-size:1.1rem;
display: block;
margin: auto;
/* User Editable Region */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/152.0.0.0 Safari/537.36
Challenge Information:
Design a Parent Teacher Conference Form - Step 36