Hintergrundbild CSS
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;
}
/* Fixed and aligned background image */
background-image: url('https://sm.pcmag.com/pcmag_in/gallery/6/6-ways-to-/6-ways-to-improve-your-dual-monitor-setup_h96r.jpg');
background-size: cover;
background-position: center;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: right;
text-align: center;
padding: 0 20px;
color: white;
html,body {
background-image: url("your.picture");
}
body{
background: url(" img.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
background image