Skip to content

Commit 5b3938e

Browse files
committed
[UPDATE] assets/css/style.css
bg-image is fixed now
1 parent 8bc8d8e commit 5b3938e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

assets/css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ html {
3131
body {
3232
display: flex;
3333
min-height: 100vh;
34+
width: 100%;
3435
flex-direction: column;
3536
background-image: url(../img/bg-1.jpeg);
37+
background-attachment: fixed;
3638
/* background-image: linear-gradient(to top right, rgba(255, 0, 255, 0.2), rgba(255, 0, 0, 0.1)); */
3739
}
3840

0 commit comments

Comments
 (0)