Tell us what’s happening:
I keep getting the same hint - that my selector isn’t accurate. The selector they are asking for is the one I have. I’ve even just copied and pasted it and it didn’t work. ANy help would be appreciated
Your code so far
``.first-paragraph::first-letter {
font-size: 6rem;
color: orangered;
}
**Your browser information:**
User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36</code>
**Challenge:** Learn CSS Grid by Building a Magazine - Step 58
**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-css-grid-by-building-a-magazine/step-58
Hello - that is how they are telling me to put it in there. The double-colon is to show a pseudo-selector I think. I’m not sure how to screenshot here . Thank you though! I appreciate you responding
Here is the step instructions - maybe I’m just missing something. I’m so sorry -
Step 58
The ::first-letter pseudo-selector allows you to target the first letter in the text content of an element.
Create a .first-paragraph::first-letter selector and set the font-size property to 6rem. Also give it a color property set to orangered to make it stand out.
Oh. So I’m sorry then but I cant help you solve this issue as I have copied and pasted your code but no error accord to me so I don’t know what’s wrong with your code. good luck in solving this issue…