13 lines
389 B
Svelte
13 lines
389 B
Svelte
<script lang="ts">
|
|
import background from "../../../../assets/background.gif";
|
|
</script>
|
|
|
|
<div
|
|
class="absolute w-screen h-screen overflow-hidden pointer-events-none rounded"
|
|
>
|
|
<div
|
|
style="background: url(https://osu.direct/api/media/background/2226722)"
|
|
class="absolute top-0 left-0 w-full h-full !bg-cover -z-10 pointer-events-none blur opacity-10 rounded"
|
|
></div>
|
|
</div>
|