Design comparison
Solution retrospective
i made a mistake along the way and i can't figure out what is it. that "Change" hyper link can't center
Community feedback
- @visualdennissPosted over 1 year ago
Hey there,
congrats on completing the challenge successfully! Your submission looks pretty nice overall.
It looks like your button has a default border, which you can remove with border: none; Also It looks like your background color is different than the design. You can just add this: background-color: #e0e8ff; if you want to match it.
Quick fix for your "Change" hyper link: margin: auto 0; would center it vertically. similar trick to margin: 0 auto to center horizontally.
Hope you find this feedback helpful!
Marked as helpful1@zaktwoPosted over 1 year ago@visualdenniss thank you very much dennis for the feedback it was rely helpful
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