diff --git a/css/style.css b/css/style.css index c89650d..a783ca8 100644 --- a/css/style.css +++ b/css/style.css @@ -1,7 +1,8 @@ /* ------------------ CUSTOM STYLE ------------------- */ body { background: #666 url("../img/background.png"); - padding: 30px; } + padding: 30px; + background-attachment: fixed; } @media (max-width: 767.98px) { body { diff --git a/scss/style.scss b/scss/style.scss index c53482e..c3d6ac3 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -28,6 +28,7 @@ $color-mark: $color-yellow; body { background: #666 url('../img/background.png'); padding: 30px; + background-attachment: fixed; } @media (max-width: 767.98px) {