effect only in the center

This commit is contained in:
Patrick Tschuchnig
2020-01-25 15:48:36 +01:00
parent 912b3c28c9
commit ad038d6221
2 changed files with 16 additions and 11 deletions

View File

@@ -24,15 +24,16 @@ layout: none
/* padding-right: 50px; */
height: 480px;
width: 640px;
overflow: scroll;
overflow-y: auto;
overflow-x: auto;
}
.screen-content::before{
z-index: 2;
/* z-index: 2;
pointer-events: none;
background-image: url({{site.baseurl}}/assets/images/scanline.png);
background-repeat: repeat;
width:200px;
height:200px;
height:200px;*/
}