Order Summary Page with HTML, and CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @RioCantre
Hello there! Nice work with this one. Viewing at your solution, I would suggest the following for you...
- Remove the
background-color: hsl(225, 100%, 94%);
in thecontainer
and place is on thebody
rule set - Add a hover state for the
#button1
and addbackground: hsla(245, 78%, 79%, 1);
- In the
#button2
add a background white - Wrap the whole content
container
with specific tag likemain
andattribution
withfooter
tag for readability
Overall you did well and Keep it up!
Marked as helpful - Remove the
- @rsrclab
Hi, @webdevelopment4you ~
Congratulate on your solution to the challenge on FM platform. I have studied your work carefully and learned a lot from it.
Here are some of the tips I like to provide.
- I suggest you to try transition on hoverable elements like cancel button or proceed button.
- Please try BEM for naming element classes. It will help you a lot on bigger projects.
If it can help you even a bit, it would be happy to me.
Cheers ~
Marked as helpful
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