-1

Actually, I want to join two sections in such a way that it doesn't look separate. Like at the bottom a want to put a shadow or something displayed in the image. I'm using tailwind css for that. so how to do that?

Digen
  • 67
  • 9
  • You can see the example here [https://andyhardy.co/] – Digen Aug 15 '23 at 08:17
  • well, the site use ```linear-gradient``` for that. You can just translate ```linear-gradient(to top,black 0%,rgba(0,0,0,0.738) 19%,rgba(0,0,0,0.541) 34%,rgba(0,0,0,0.382) 47%,rgba(0,0,0,0.278) 56.5%,rgba(0,0,0,0.194) 65%,rgba(0,0,0,0.126) 73%,rgba(0,0,0,0.075) 80.2%,rgba(0,0,0,0.042) 86.1%,rgba(0,0,0,0.021) 91%,rgba(0,0,0,0.008) 95.2%,rgba(0,0,0,0.002) 98.2%,transparent 100%)``` toi tailwind css – cantdocpp Aug 15 '23 at 08:23

0 Answers0