This commit is contained in:
lopar 2018-03-23 22:43:16 +02:00
parent 6fac7d9304
commit 3241425c53
1 changed files with 2 additions and 5 deletions

View File

@ -15,14 +15,11 @@
}
a img {
border: 1px solid #fff;
-webkit-transition: box-shadow 0.5s ease;
-moz-transition: box-shadow 0.5s ease;
-o-transition: box-shadow 0.5s ease;
transition: box-shadow 0.5s ease;
margin: 5px;
}
a img:hover {
-webkit-box-shadow: 0 0 7px rgba(255,255,255,0.9);
box-shadow: 0 0 7px rgba(255,255,255,0.9);
box-shadow: 0 0 7px slategray;
}
</style>
</HEAD>