I have been trying for days to create this with CSS but it seems impossible. Best one I got was 2 squares and a straight connector. Is it really possible to create this shape using CSS?
I have also tried generating CSS using some AI tools but to no avail. I’m not that good at CSS since I mostly do backend work. If anyone can help, it is much appreciated.
2
Answers
I manage to draw it using
SVG
. Sample below:U can use
clip-path