9 lines
177 B
CSS
9 lines
177 B
CSS
body{
|
|
margin: 0px;
|
|
height: 100vh;
|
|
background-image: url('../img/landing.jpg');
|
|
background-size: cover;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|