Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 389 Bytes
5916048 91c3567 5916048 91c3567 5916048 91c3567 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
@apply bg-gray-200 min-h-screen relative tracking-wide overflow-x-hidden;
z-index: 1;
}
#background__noisy {
@apply bg-blend-normal pointer-events-none opacity-80;
background-size: 25ww auto;
background-image: url("/background_noisy.webp");
z-index: -1;
@apply fixed w-screen h-screen top-0 left-0;
}
|