now it actually evolves according to the rules

This commit is contained in:
2021-12-30 14:42:10 +01:00
parent 995fca7355
commit 6166475c5c
2 changed files with 16 additions and 15 deletions

View File

@ -7,14 +7,8 @@
padding: 0;
}
body {
/* background: rgb(159,121,30); */
/* background: linear-gradient(90deg, rgba(159,121,30,1) 0%, rgba(230,64,27,1) 34%, rgba(255,119,0,1) 100%); */
}
canvas {
background: rgb(238,174,202);
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
canvas {
border: solid black 5px;
}
</style>
</head>