Newer
Older
2022-yuya / js / test.css
@takano yuya takano yuya on 11 Jul 2023 249 bytes Create test.css
body {
  margin: 0;
}#canvas {
  width: 100%;
  height: 100%;
  display: block;
}/* 2. set appropriate css for the camera vectors */
#camera-vectors {
  position: absolute;
  top: 0;
  right: 0;
  background: grey;
  padding: 8px;
  color: white;
}