Hide alt text on unloaded images

This commit is contained in:
Tobias Reich 2016-04-10 16:44:49 +02:00
parent 0006b06c52
commit 156313f326

View File

@ -57,6 +57,7 @@
width: 200px;
height: 200px;
background: #222;
color: #222;
box-shadow: 0 2px 5px black(.5);
border: 1px solid white(.5);
transition: opacity .3s ease-out, transform .3s ease-out, border-color .3s ease-out;