Design comparison
Solution retrospective
Any tips on the button design.
Community feedback
- @MaroshCZPosted about 4 years ago
Hello, set your button background as
linear-gradient(135deg, #F8BFBF, #EE8C8C);
according to styles document. You can also addbutton:hover {background: #F8BFBF;}
. Also someborder-radius:
,box:shadow
and moving button to left by settingposition: absolute or relative
and declaringleft:
would be beneficial. If you want to know how I did it you can look to source code here https://coming-soon-page-gules.vercel.app/.1@Praj76315Posted about 4 years agoHii,if you really want to design your button well then use this link which will really help you to design it https://cssbuttoncreator.com/ or you can manually add hover and border radius to design it.
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