Submitted over 2 years ago
My 3-Column Preview Card Component Using Nth-Child Pseudo-Selectors
@ArthurPog
Design comparison
SolutionDesign
Solution retrospective
This is my solution of the 3-column preview card component using nth-child pseudo-selectors only. I had been learning about them and CSS variables and wanted to apply my theoretical knowledge somewhere to help me understand it better. I get that it is probably not the most practical solution in this case.
Examples of how I selected the button in the first column:
main div:nth-child(1) > button {color: var(--bright-orange);}
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord