view Applications/Samples/Web/samples-styles.css @ 420:8bf717c4e497

canvas size is now defined by the parent div size
author am@osimis.io
date Mon, 19 Nov 2018 12:45:37 +0100
parents 126c9c0c9333
children
line wrap: on
line source

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  border: 0;
  overflow: hidden; /*  Disable scrollbars */
  display: block;  /* No floating content on sides */
  background-color: black;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

canvas {
  left:0px;
  top:0px;
}