snipplets.dev/~/CSS/back-image-cover.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;
}