fixes
This commit is contained in:
parent
6fac7d9304
commit
3241425c53
@ -15,14 +15,11 @@
|
|||||||
}
|
}
|
||||||
a img {
|
a img {
|
||||||
border: 1px solid #fff;
|
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;
|
transition: box-shadow 0.5s ease;
|
||||||
|
margin: 5px;
|
||||||
}
|
}
|
||||||
a img:hover {
|
a img:hover {
|
||||||
-webkit-box-shadow: 0 0 7px rgba(255,255,255,0.9);
|
box-shadow: 0 0 7px slategray;
|
||||||
box-shadow: 0 0 7px rgba(255,255,255,0.9);
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</HEAD>
|
</HEAD>
|
||||||
|
Loading…
Reference in New Issue
Block a user