Design comparison
SolutionDesign
Solution retrospective
Feel free to share your feedback!
Community feedback
- @MelvinAguilarPosted about 1 year ago
Hello there ๐. Good job on completing the challenge !
I have only one suggestion about your code that might interest you.
- There is a discussion regarding the most suitable element for this challenge. In my view, the "change" element should be represented as a button rather than an anchor tag. Anchor tags are typically employed for linking to other pages or sections of a page, whereas buttons are designed for initiating actions. In this instance, the action involves altering the order's plan, making a button a more fitting choice.
I hope you find it useful! ๐ Above all, the solution you submitted is great!
Happy coding!
Marked as helpful0 - @MaximilianoDanielGarciaPosted about 1 year ago
Hi Dahmide, great job!
Let me give you a suggestion, consider separating the elements a little more, maybe adding a gap like this:
.order-row-2 { display: flex; flex-direction: column; gap: 10px; }
With this gap It will look better. I hope are helpful to you.
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