- Fixes code
This commit is contained in:
LoveEevee
2019-03-20 17:00:30 +03:00
parent f24592d4c8
commit 911da048bb
3 changed files with 44 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ body{
margin: 0;
padding: 0;
background-color: #000;
background-position: top center;
background-position: center;
background-size: 30vh;
}
#screen.pattern-bg{
@@ -29,8 +29,8 @@ body{
width:90%;
height:10%;
border:1px solid black;
position: fixed;
top:50%;
position: absolute;
top:45%;
left:5%;
background: rgba(0,0,0,0.65);
}