diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index b6b1db1..33dbaf4 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -6,6 +6,8 @@ -->
+
+
@@ -20,4 +22,22 @@ z-index: -100; position: fixed } + + #background-2 { + background-image: radial-gradient(lightgray 0.5px, transparent 0); + background-size: 20px 20px; + background-position: -29px -19px; + transform: rotate(30deg) scale(2); + z-index: -100; + position: fixed + } + + #background-3 { + background-image: radial-gradient(lightgray 0.5px, transparent 0); + background-size: 20px 20px; + background-position: -19px -29px; + transform: rotate(30deg) scale(2); + z-index: -100; + position: fixed + } \ No newline at end of file