Skip to content
Snippets Groups Projects
Select Git revision
  • 6a516a1e7cc2d6f54dee433ef008805a4bac4235
  • main default protected
2 results

index.html

Blame
  • index.html 250 B
    <style>
        body{
            margin:0;
            background: #1a1a1a;
        }
        #c {
            position:fixed;top:50%;left:50%;translate:-50% -50%;
            image-rendering: pixelated;
        }
    </style>
    <canvas id="c"></canvas>
    <script src="./main.js"></script>