When making this website, i wanted a simple, reasonable way to make it look good on most displays. Not counting any minimization techniques, the following 58 bytes worked well for me:
main {
max-width: 38rem;
padding: 2rem;
margin: auto;
}| float x; | |
| void setup() { | |
| size(450, 600); | |
| background(255); | |
| } |
| float colorRangeX; | |
| float colorRangeY; | |
| void setup() { | |
| // where we set things up | |
| size(450, 600); | |
| background(0); |