Design comparison
Solution retrospective
helps in solving many blocked and clogged concepts in my mind learn various css classes upon completion happy to use the react very first time
What challenges did you encounter, and how did you overcome them?my biggest challange was how to navigate the through the form and how to make sure all the units of price changes upon changing to the yearly
What specific areas of your project would you like help with?optimizations
Community feedback
- @cyber-mPosted 26 days ago
Hi Varun, Good job overall! I would try to match better the design, you can put the design images in Figma so you'll be able to measure in a easy way. If you want to resize text according to screen size a good way to to so is using CSS clamp function here is an example:
font-size: clamp(1rem, 2.5vw, 2rem)
0
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