
Solution retrospective
I feel way more accomplished since I completed this project with only searching how to use the overflow: hidden CSS rule. Other than that, I completed it all by myself.
What I would do differently is to continue coding and not put all my attention into one section. I didn't necessarily get stuck in anything, but I did, however, keep trying to perfect the sizing. I was very adamant about the font-sizing problem. I should have just come back to it and continued at a later time.
What challenges did you encounter, and how did you overcome them?Getting a responsive response from the font-sizing was my biggest problem with this project. I did end up using media queries to fix the sizing for the mobile design.
How do you fix the font-sizing without using media queries? With vw, em, rem, px, or any other unit?
Also, my sizing for my card-container ended up pushing the .attribution class down, creating a scrollbar. I ended up just putting an overflow: hidden within the body to remove the scrollbar. Then, I inputted position: relative, adn a bottom within the .attribution class to bring it back up for visibility.
What specific areas of your project would you like help with?I need help with responsive font-sizing, how to utilize it more effectively, and how to better adjust the sizing so I don't need to use the overflow CSS rule. All the help is very much appreciated, thanks again!
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Rodrigo's solution.
Join 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