Design comparison
Solution retrospective
hey guys !! Any suggestions on how to do the same thing using less code , regarding layout or if anything looks weird or not in place will be of great help . thanks. š
Community feedback
- @ramsaysewellPosted over 4 years ago
Hey Shrey,
This is really cool! Well done!
For the layout, I would try to come away from using fixed
height
and fixedwidth
values as this may limit the responsiveness of the page. You may notice that if your browser window is really thin then things start to overflow and you end up scrolling horizontally, this is because of the fixed widths.For widths, percentages are welcome. For example on a mobile device, you may want the register button to be set to
width: 100%
instead ofwidth: 400px
so that it expands/shrinks with the screen size.Hope this helps and let me know if there are any questions.
Ramsay
1@shrey1799Posted over 4 years ago@ramsaysewell agreed , will be using percentages from next time for sure . thanks for the advice. Much appreciated!! š
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