Snake-JS/style.css
2024-05-08 13:35:02 -04:00

5 lines
No EOL
88 B
CSS

#gameCanvas{
box-shadow: 10px 10px rgba(0, 0, 0, 0.479);
border-radius: 10px;
}