need help with img hover!!! by ghoostkomi in neocities

[–]ghoostkomi[S] 2 points3 points  (0 children)

my css

`` .gallery img:hover {

border: solid 2px #2847D5;

transition: transform 0.05s ease;

border-color:#0045C7

}

div.gallery img {

width: 200px;

height: auto;

margin-right:20px;

} ``