snipplets.dev/CSS/back-image-cover.css
2021-12-30 20:02:32 +03:00

9 lines
183 B
CSS

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