Pseudo Selector

When I use a pseudo selector does that make the targeted part of the element its own element with its own values? I don’t know how to exactly describe it, but what I mean is: let’s say I’m targeting the first letter of a text does that mean I can change how the rest of this text behaves with the targeted letter as if they were two different elements?

Hey there,
This ( CSS Pseudo-classes ) might help you better understand pseudo classes in CSS.
Happy coding!

1 Like