Skip to content

Commit

Permalink
Update level-maker.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnole25 authored Jul 14, 2024
1 parent 71f5e98 commit 543b593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion level-maker.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
body {background-color: #222; position: relative; left: 10px; width: 90vw; height: 90vh;}
a, h1, p, span {color: #fff; font-family: verdana;}
canvas {display: block; margin: 8px 0px;}
canvas {display: block; margin: 8px 0px; position: relative; left: 320px; bottom: 357px;}
</style>
</head>
<body>
Expand Down

0 comments on commit 543b593

Please sign in to comment.