
Card by HOhoshikawamaki
2.2K
119
#e8e8e8
HTML +TailwindCSS
hey man, cool effect. can you tell me how you made the circles blend into each other??
The blending of those circles is just an illusion. I used a peer-hover to associate them with a sibling div that fills the parent container.
When the hover state of the div is triggered, those circles will move to the position of 0 at the top-left and bottom-right corners of the parent container, and then their width and height become 100%
MIT License