Order Summary Challenge

Solution retrospective
Any feedback is welcome! :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @juanpb96
Hi Marina! 👋
Congrats on your solution! 🙌
I've seen some things that you can do to improve your project:
- In your 'Proceed to Payment' button: You could increase its
font-weight
and make it use the samefont-family
as it is taking the default from browser styles. Also, includecursor: pointer
so the user will know that this button is clickable. - Try not to use
<br>
and play withmargin
instead 😋 - Adding hover states for links and buttons could be awesome 😎
Hope you find this useful!
Marked as helpful - In your 'Proceed to Payment' button: You could increase its
Join 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