This commit is contained in:
2023-06-03 23:49:12 +03:00
parent 834aef432e
commit 4a21130567
8 changed files with 93 additions and 80 deletions

View File

@@ -1,8 +1,8 @@
body{
margin: 0px;
height: 100vh;
background-image: url('../img/landing.jpg');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
margin: 0px;
height: 100vh;
background-image: url('../img/landing.jpg');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}