Skip to content

Commit

Permalink
dino bug fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
iLikeGrape committed Nov 18, 2024
1 parent acc8c9b commit 7e97dc5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
15 changes: 6 additions & 9 deletions dinogame.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@

#title{
color: aqua;
body {
font-family:'Courier New', Courier, monospace;
text-align: center;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 45px;
margin: auto;
}
#board{
border: 1px solid black;
margin: auto;
background-color: rgba(0, 0, 0, 0.150);

#board {
background-color: lightgray;
border-bottom: 1px solid black;
}
6 changes: 4 additions & 2 deletions dinogame.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatable" content="IE=edge">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="dinogame.css"
<link rel="stylesheet" href="dinogame.css">
<script src="dino.js"></script>
</head>
<body>
<canvas id="board"></canvas>'
</body>
</body>
</html>

0 comments on commit 7e97dc5

Please sign in to comment.