Design comparison
SolutionDesign
Solution retrospective
This is the biggest project I have done yet! I did alter some of the design to personalize it more. Please give me some feed back on what can be improved. I'd love to use this as a portfolio projects as it has many functions.
Community feedback
- @ILikeCode1Posted over 2 years ago
If you add the same border styling to your buttons at its normal state, the button wont move when you hover over it.
#login-button for example
#login-button { background-color: hsl(0, 94%, 66%); color: white; padding: .5em 1.5em; width: 1em; height: 1em; border-radius: .3rem; border: solid 1px red; /Same as hover state/
Just a small tip :)
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