html, body, canvas { height: 100%; } body { margin: 0; } canvas { display: block; width: 100%; background: #111; }