Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Huseyin Kaya Aydin committed Apr 3, 2024
1 parent ea2efb7 commit cfa2701
Show file tree
Hide file tree
Showing 4 changed files with 655 additions and 61 deletions.
22 changes: 22 additions & 0 deletions frontend/css/player3d1.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#gameCanvas {
background-color: black;
width: 640px;
height: 360px;
margin: auto;
align: center;
}
#scoreboard {
text-align: center;
font-family: Segoe UI, Helvetica, Ubuntu, sans-serif;
color: white;
}
#scores {
font-size:600%;
padding:0;
margin:0;
color: white;
}
#title {
background-color: white;
color: black;
}
1 change: 1 addition & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<link rel="stylesheet" href="./css/Profile.css" />
<link rel="stylesheet" href="./css/Register.css" />
<link rel="stylesheet" href="./css/Navbar.css" />
<link rel="stylesheet" href="./css/player3d1.css" />
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
Expand Down
Loading

0 comments on commit cfa2701

Please sign in to comment.