I'm looking to replicate a hover effect similar to thishttps://i.sstatic.net/VrBbV.png
The card should expand on hover, displaying the title, icon, content, and a "click here" button. The other cards that are not being hovered over should only show the title and icon without changing the column height. However, currently when the hover effect is activated, it also adjusts the height of other columns, resulting in blank space at the bottom. Is there a way to achieve a masonry effect on hover state? I attempted using a masonry cdn for Bootstrap, but the hover functionality did not work properly as the cards were overlapping. I am utilizing Bootstrap classes for the grid layout. Is it achievable with just CSS and Bootstrap classes? Here's my code for reference:
.services {
padding: 50px;
font-family: "rubik", sans-serif;
}
...