Files
Portfolio/src/app/components/dot-background/dot-background.scss

10 lines
114 B
SCSS

canvas {
position: fixed;
inset: 0;
z-index: -1;
background: #0a0a0f;
width: 100vw;
height: 100vh;
}