Graphify / static /css /index.css
Game4all's picture
Initial commit
51f2dc1
raw
history blame contribute delete
263 Bytes
.dot-grid {
position: relative;
width: 100%;
height: 100%;
background-image: radial-gradient(rgba(128, 128, 128, 0.4) 1px, transparent 1px);
background-size: 12px 12px; /* Adjust spacing between dots */
background-repeat: repeat;
overflow: hidden;
}