Recently, I created 3 icons with text underneath. You can view the code here.
An issue arises when hovering over an icon - only the icon turns red while the text remains grey. However, if you hover over the text first, both the icon and text turn red.
My objective is to have both the text and icon turn red simultaneously, regardless of where you hover first. Unfortunately, I am struggling to achieve this effect.
This is all new to me as I'm still learning HTML/CSS.