jsolly
KPCKevin Powell - Community
•Created by jsolly on 1/4/2025 in #front-end
Nested Checkboxes in Pure CSS. Is it possible?
7 replies
KPCKevin Powell - Community
•Created by jsolly on 10/24/2022 in #front-end
How to select first letter of a paragraph inside a div?
My HTML looks like this
I want the first letter of the first paragraph (F) to be capitalized. This is my CSS attempt
But this is making the first letter of every paragraph larger. I only want the first paragraph targeted. I think I should be using something like
first-child
but I haven't found the right combination of selectors to make it work.27 replies