Skip to content

Commit

Permalink
parallax for grid
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBloX committed Feb 1, 2024
1 parent 8f78677 commit 5625ecc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,6 @@ body {
background-image: linear-gradient(0deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent),
linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent);
background-size: 50px 50px;
/* parallax effect */
background-attachment: fixed;
}

0 comments on commit 5625ecc

Please sign in to comment.