Design comparison
SolutionDesign
Solution retrospective
please review it and provide suggestions on how can i improve it
Community feedback
- @ConradMcGrifterPosted about 3 years ago
- try to use semantic html elements like
section
instead of using justdiv
elements
1 - try to use semantic html elements like
- @MojtabaMosaviPosted about 3 years ago
Cancel order should also be implemented through a element with interactive behavior, either a button or link. It's easly to forget to ask youself what a piece of markup that you writing is suppose to do ?, in this case the cacel order should take the use to another page on site and it makes since for it to be a link or even a button.
Keep coding :=)
1 - @atinderbirsinPosted about 3 years ago
I Think you forgot about the background image and color
1
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