So bedecken Sie das vollständige Bild in CSS
body {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
abdullah
body {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
background: url(images/bg.jpg) no-repeat center center fixed;
background-size: cover;