Browse Source

Update style.css

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
eacb4f333e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      css/style.css

5
css/style.css

@ -456,7 +456,10 @@ body {
.member img.colored { .member img.colored {
display: none; display: none;
position: absolute; position: absolute;
top: 0; } top: 0;
transform: scale(1.08);
transition-duration: 0.5s;
border: solid #3399D4 4px; }
.member:hover img.colored { .member:hover img.colored {
display: block; } display: block; }

Loading…
Cancel
Save