Skip to content

Commit

Permalink
overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CursedPrograms committed Dec 16, 2023
1 parent 9b2bc85 commit f7e473c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
body{
overflow:hidden;
}

canvas {
border: 1px solid #000;
display: block;
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<title>Cursed Pixels</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" type="text/css"
href="https://cursedprograms.github.io/cursedentertainment/styles/main-style.css">
<link rel="stylesheet" href="index.css">
</head>

<body>
Expand All @@ -30,9 +30,9 @@ <h1>Cursed Pixels</h1>
frameborder="0"></iframe>
</div>
<footer id="dynamicFooter"></footer>
<script src="https://cursedprograms.github.io/cursedentertainment/scripts/footer.js"></script>
<script src="https://cursedprograms.github.io/cursedentertainment/scripts/footer.js"></script>
<script src="scripts/paint.js"></script>
<script src="scripts/dragAndDrop.js"></script>
</body>

</html>
</html>

0 comments on commit f7e473c

Please sign in to comment.