Design comparison
Solution retrospective
I am proud that I made this design responsive. Next time, I will try to keep my code more organized.
What challenges did you encounter, and how did you overcome them?I encountered challenges with the responsive design but was able to google all of my questions to problem solve.
What specific areas of your project would you like help with?I would like help with how I could have made my code more efficient, readable, and/or better structured.
Community feedback
- @kel456Posted 5 months ago
Nice job making the design responsive! You end result is also very close to the design. Just a few minor suggestions you can consider:
- Some parts of your code can be consolidated (for example, instead of using
border-color
,border-style
, andborder-width
, you can simplify with justborder: 1px solid black
) - You can also access the Figma file for this design to get the exact sizes of elements (for example, the
label
has a border radius of 4px instead of 6px, so changing this will get your solution closer to the original design)
Great job overall though!
0 - Some parts of your code can be consolidated (for example, instead of using
- @surajdkalePosted 6 months ago
In this Project i've encountered the problem like Center Div Container . i've solved using
Display: flex;
property.Always try to follow the sequence of elements while styling to it. Never make random order of css styling order.
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