CSS -Hintergrundbild
background-image: url("image.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Unusual Unicorn
background-image: url("image.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
.wrapper {
background: url('./images/homeBg.png') no-repeat;
background-size: 100vw;
float: left;
height: 100vw;
width: 100vw;
}
body {
background-image: url("paper.gif");
background-color: #cccccc;
}
html,body {
background-image: url("your.picture");
}
background-image: url('./image.jpg');
add background image