Design comparison
Solution retrospective
project 3, struggled with vertical alignment and sizing as the page size changes. if anyone can give advice would be very much appreciated, i also think having 3 flexbox's is not good practice..
alos the hover state over the button comes up with the edit cursor and not the click cursor how do i fix this?
Community feedback
- @Dan-KantPosted over 2 years ago
Good day buddy, here are some suggestions to tackle some of your issues · Set min-height: 100vh; to your body to vertically align your card. · You gave your card width: 50vh; vh stands for view height, but you are using it with width property. I suggest using max-width and using relative units like rem. Moreover, could you specify your last issues?I guess we can combat it with more clarity
Marked as helpful0@WildSpaceCadetPosted over 2 years ago@Dan-Kant thanks very much that helped.. let me try and keep that in my head moving forward now haha with the hover state over the 'proceed to payment' the cursor icon is different to when i hover over 'Change' and 'Cancel Order'... i hope that gives more clarity to what my question is about.
0@SalahuddinAhammedPosted over 2 years ago@WildSpaceCadet Give
cursor: pointer
tobtn
class to show click cursor on the element. Or you can givehref="#"
to the element.Marked as helpful0
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