html, body, canvas { height: 100%; } body { margin: 0; } canvas { display: block; width: 100%; background: linear-gradient(#1c3c85, #0f1b19); }