Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Index page i change the gaming header which is not profer arranged #740

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,12 @@
background-color: rgba(0, 0, 255, 0.1); /* Subtle blue background */
border-radius: 5px; /* Rounded edges for a smoother look */
}
#changes {
padding-right: 31px;
/* this is for branch changes commit */
}


</style>
<div id="popup-nl" class="popup-nl">
<div class="popup-content-nl">
Expand Down Expand Up @@ -604,24 +610,25 @@ <h2 class="primary-btn" id="logoutButton" style="display: none;">
</div>

<!-- Player name displayed here -->
<div id="changes">
<div class="controlGroup">
<span id="displayName" class="playerName"></span>
</div>
</div> </div>
<button id="pauseBtn">Pause</button>
<div class="controlGroup">
<button id="startButton"><i class="fas fa-play"></i> Start Game</button>
<button id="pauseButton" style="display: none"><i class="fas fa-play"></i> Game paused</button>
<button id="restartButton" style="display: none"><i class="fas fa-redo"></i> Play Again </button>
</div>

<div class="theme-switch-wrapper">
<!-- <div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="slider"></div>
</label>

<span id="mode-label">Light Mode</span>
</div>
</div> -->
<!-- <div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
Expand Down