Blurred background on menu

This commit is contained in:
Marcel
2017-12-17 15:30:25 +01:00
parent 35426e088f
commit e796c26fd1
5 changed files with 40 additions and 7 deletions

View File

@@ -62,6 +62,17 @@ body {
outline: none;
box-shadow: 3px 4px 0 3px rgba(0,0,0,0.2);
}
#background {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
#background.blurred {
filter: url(#f1);
}
#tetris {
position: absolute;