Latest solutions
URL shortening API landing page w/React, tailwind & axios
#react#tailwind-css#axiosSubmitted almost 3 years ago
Latest comments
- @Akanchha112@Sandrex233
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 helpful