Blurred images added top movie year to all sections

This commit is contained in:
Walker Waylon Scott 2017-07-28 15:15:04 -05:00
parent 22e39949bc
commit 1af0763f2b
4 changed files with 12 additions and 7 deletions

View file

@ -46,7 +46,12 @@ pre {
}
img.blur {
width:367;
height:459px;
-webkit-filter: blur(10px);
filter: blur(10px);
}
/*@keyframes fadein{
0% { opacity:0; }