Design comparison
SolutionDesign
Solution retrospective
The only thing I really had an issue with was when it came to wanting to use pseudo-classes in sass. I had two elements with the class called "technology-column", but when I only wanted to select the last technology-column, it was still selecting both of the div's with the class. I thought I understood the usage, but any feedback on this would be helpful!
Here's what I mean:
.technology-container {
.technology-column:last-child { // eveything inside
was still selecting the first-child with the div technology-column }
}
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