I used html5 css3 to create this responsive card design
Design comparison
Solution retrospective
Thanks in advance for any feedback!
Community feedback
- @IEdiongPosted almost 3 years ago
Hello Darius 👋, here are some things you could do:
-
For the
proceed to payment
button, setcursor: pointer
. This is to help indicate to visual users that the element is clickable. -
Set the hover state of the
proceed to payment
button,cancel
button and thechange
link. Thebackground-color
is meant to change for the first, thecolor
is meant to change for thecancel
button and thetext-decoration
is meant to be set tonone
for thechange
link. -
You seem to be missing the background image.
-
Also, look into the accessibility and HTML issues raised here.
I hope this was helpful, Shalom!
1 -
- @Dseals82Posted almost 3 years ago
I appreciate that bro! I will make these updates !
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