@Akanchha112Submitted about 2 years ago
I want to fix that orange background at a place. Can anyone help me with this?
I want to fix that orange background at a place. Can anyone help me with this?
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.