Currently, I am diligently working on the company service boxes and have a particular need...
When hovering over:
1. The parent div should scale up and acquire box shadow without impacting the neighboring service boxes (it should appear to stand out above the others)
2. As the parent scales up, a hidden child div should be revealed
3. The positioning of the other service boxes should remain unchanged
Upon hovering off:
The process should reverse
While I have managed to successfully implement the scaling effect on hover and reveal the hidden child div with text, there is an issue causing the surrounding service boxes to shift positions. Can anyone provide some assistance?
If you would like to see where I currently stand in my progress, please visit: https://codepen.io/Finches/pen/jayePK
Your help will be greatly appreciated!