Design comparison
Solution retrospective
I rewrote the code from the beginning to be responsive. Any feedbacks are warmly welcome.
Happy coding!
Community feedback
- @K4UNGPosted over 2 years ago
Ayyyy! Finally found a Burmese user. Great work on the project! There're few things I wanna point out:
.btn:hover { cursor: pointer; }
-
I think this one is quite unnecessary. You can just straight up set the cursor of btn to pointer. It's not gonna affect unless you hover over it anyway.
-
for your .cancel-btn, you should make it fit-sized, and not the same size as the .pay-btn so that the :hover applies only when you hover over the text and not the whitespaces around it. Happy Coding!
Marked as helpful1@hteinLinn210Posted over 2 years ago@K4UNG Nice to meet you. You are my first Burmese at Frontend Mentor too. I didn’t pay attention for that
btn:hover
thing. -For .cancel-btn, I was thinking to be the same as .pay-btn. But like you said, it is better to apply the hover effect only over the text.Thank you for your advice.
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