Submitted about 2 years ago
Responsive landing page using html, css and js
@Akanchha112
Design comparison
SolutionDesign
Solution retrospective
I want to fix that orange background at a place. Can anyone help me with this?
Community feedback
- @Sandrex233Posted about 2 years ago
Well done Akanchha, your solution looks great.
By orange background if you mean "Get Started" button shadow then I can help with that.
Instead of your box-shadow: 0px 2px 10px 0px hsl(12, 88%, 59%);
use (on .btn class) box-shadow: 0px 7px 25px -7px rgba(246, 134, 106);
I hope this is going to be helpful.
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