Beiträge von FunnyGirl im Thema „Hintergrund ändern“

    Probier's mal so ungefähr

    Code
    /* Background */
    body {
        background-image: url('#{$style_image_path}bg.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        box-sizing: border-box;
    }

    mg H.B.