Design comparison
Solution retrospective
Pretty straightforward. Happy with developing further my understanding of the cascade, pseudo-selectors, and SCSS/BEM methodology. Really like the box-shadow property, which is a new tool I added to the bag with this project.
What challenges did you encounter, and how did you overcome them?Cascade and color rendering on text (it's been an issue for all of my solutions so far). Finally figured out was an issue with specificity. Learning the new (to me) box-shadowing property and its semantics.
What specific areas of your project would you like help with?I didn't see that the text was marginally smaller in the mobile design until submission. The Challenge Yourself portion of the project suggested dynamically altering the size of the text without media queries. After some quick research, it looks like clamp/calc functions (didn't know about until now) would have been the right choice here. Is that the right idea. Might go back and refactor to include soon.
Community feedback
- @KapteynUniversePosted about 10 hours ago
Hey Sclata, nice job.
Yes, you can use clamp. There are clamp calculators that makes the job easier.
1
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