/* Only apply to images with this class */ .hover-effect img:hover { transform: scale(1.05); border: 2px solid #fff; box-shadow: 0px 4px 10px rgba(0,0,0,0.3); transition: all 0.3s ease; }
2025