Skip to content

Commit

Permalink
Changed and finalized the logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Double A committed Sep 29, 2024
1 parent fba8a31 commit f32398e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/bingo.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ html {
}

.logo {
width: 25rem;
width: 35rem;
}

#generated-number {
Expand Down
Binary file modified public/img/SpeedBingoLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/image.webp
Binary file not shown.
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

<!-- Division emulating log in page -->
<div class="join-area">
<h2 id="welcome-message">Speed Bingo</h2>
<img src="img/SpeedBingoLogo.png" alt="Speed Bingo Logo" style="width: 33vw; margin-top: -7rem; margin-bottom: 7rem;">
<h2 id="welcome-message"><!-- Speed Bingo --></h2>
<h1 class="entry-ins">Enter your name to play</h1>
<input type="text" id="entry-box">
<button id="join-button">JOIN</button>
Expand Down

0 comments on commit f32398e

Please sign in to comment.