Noise Grid

PHOTO EMBED

Sat Jan 08 2022 14:22:15 GMT+0000 (Coordinated Universal Time)

Saved by @lmoore1218 #undefined

html,

body {

  width: 0%;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: row;

  margin: 0;
10
}

​

canvas {

  margin: auto;

  display: block;

  box-shadow: 0px 2px 12px -2px rgb(0 0 0 / 15%);

}

​
content_copyCOPY

https://codepen.io/winkerVSbecks/pen/YzNRaLP