Design comparison
SolutionDesign
Solution retrospective
This is my first project using Sass, are there thing I should have done better with it?
Community feedback
- @techantherePosted almost 3 years ago
The solution is quite similar to the original design, well done! Few tips I will like to add:
- The element containing two div "Proceed payment" and "cancel" should be surrounded by an anchor tag <a> which adds more semantics to the page.
- An anchor tag is more suitable to be added and same design will work with text "Proceed payment" for anchor to make it look like a button.
- Please consider using rem instead of px as units for sizes as it makes elements small or big compared to one standard size. Hope it helped :)
1@RonenTGreatPosted almost 3 years ago@techanthere Thank you for the feedback really appreciate it!
0 - @skyv26Posted almost 3 years ago
Good Work.
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