Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
2doku
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kes444
2doku
Commits
8ae5a13c
Commit
8ae5a13c
authored
1 year ago
by
SuperChrisBoy
Browse files
Options
Downloads
Patches
Plain Diff
Little changes to score board
parent
229aeb9f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/public/game.css
+15
-1
15 additions, 1 deletion
app/public/game.css
app/public/game.html
+5
-3
5 additions, 3 deletions
app/public/game.html
with
20 additions
and
4 deletions
app/public/game.css
+
15
−
1
View file @
8ae5a13c
#game-display
{
display
:
inline-flex
;
padding-left
:
25%
;
}
#player-info-container
{
width
:
25%
;
height
:
100px
;
float
:
left
;
margin-top
:
30%
;
text-align
:
center
;
}
/* #score-header {
} */
#player-info-container
>
p
{
font-size
:
5
;
}
.board-container
{
margin-left
:
50%
;
height
:
100px
;
right
:
100%
;
}
.board
{
...
...
This diff is collapsed.
Click to expand it.
app/public/game.html
+
5
−
3
View file @
8ae5a13c
...
...
@@ -8,10 +8,12 @@
<body>
<h1>
2doku
</h1>
<div
id=
"game-display"
>
<div
id=
"player-info-container"
>
<h2
id=
"score-header"
>
Player Scores
</h2>
</div>
<div
id=
"board-container"
></div>
</div>
<script
src=
"/socket.io/socket.io.js"
></script>
<script
src=
"/game_render.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment