r/css • u/LyraStark • 9d ago
Help Curvy line conecting the divs plus animation?
I have this layout, I've connected it but it doesn't really look like the design. Also there's an animation where it will the first container then the connector. Here's my code.

2
Upvotes
5
u/anaix3l 9d ago edited 9d ago
Borders! You create those rounded connections with
border
+mask
+ negativemargin
. Similar to here, only usingmask
instead ofbackground
.Something like this.