Skip to content

Commit

Permalink
add background-attachment
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeiown committed Apr 6, 2024
1 parent 86b214f commit c691d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ body {
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
height: 100vh;
}
body .container {
Expand Down
1 change: 1 addition & 0 deletions index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ body {
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
height: 100vh;

.container {
Expand Down

0 comments on commit c691d74

Please sign in to comment.