Texbase / frontend /src /component /DotGrid.css
Asad999's picture
Initial clean deployment for Hugging Face Spaces (v5 - final fix)
d712cef
Raw
History Blame Contribute Delete
277 Bytes
.dot-grid {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
position: relative;
}
.dot-grid__wrap {
width: 100%;
height: 100%;
position: relative;
}
.dot-grid__canvas {
position: absolute;
pointer-events: none;
}