Skip to content

Instantly share code, notes, and snippets.

View bigalex95's full-sized avatar
🐢
slowly but surely to my dream be PRO

bigalex95

🐢
slowly but surely to my dream be PRO
View GitHub Profile
@bigalex95
bigalex95 / index.css
Created December 8, 2021 10:54 — forked from greggman/index.css
Slime Simulation - WebGL1
body {
margin: 0;
font-family: monospace;
background: #444;
}
canvas {
display: block;
width: 100vw;
height: 100vh;
}