DEV Community

Discussion on: Gradient borders with curves and 3d movement in CSS (Nextjs ticket clone)

Collapse
 
conorluddy profile image
Conor

Nice tut! If you needed a left/right div anyways for the covers I personally just would have used them for the actual circles instead, and then used their own pseudo-elements to cover the halves (if that makes sense).

I believe you could also use css-clip to hide the halves you don't want to see, but I've never used it so I might be wrong...

Collapse
 
medhatdawoud profile image
Medhat Dawoud

Glad you liked it, good suggestion, I got it from several ppl also, Thanks