Tell us what’s happening:
I’m getting the error “1. You should have an .author selector.” But I do have that. I wondered if the code was wrong and tried removing the period or moving the brackets, but not seeing a solution. Anything I’m missing?
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* User Editable Region */
.author {
font-size: 2rem;
font-family: Raleway sans-serif;
}
/* 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/128.0.0.0 Safari/537.36
Challenge Information:
Learn CSS Grid by Building a Magazine - Step 47