[Solved] how to set hover effect (NOTE: ONLY THE SQUARE BORDER SHOULD ROTATE LIKE DIAMOND SHAPE WHEN HOVERING, NOT THE IMAGE) [closed]
Changed the img with an svg but the system is simply. If you rotate the box counterclockwise you have to rotate the icon back clockwise. .support-sec-img { border: 1px solid #e5e5e5; width: 73px; height: 73px; margin: auto; display: flex; justify-content: center; align-items: center; } .section-1:hover .support-sec-img { transform: rotate(-45deg); border: 1px solid #e95c4e; } .section-1:hover … Read more