File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 13
13
rel ="stylesheet ">
14
14
< script src ="/socket.io/socket.io.js "> </ script >
15
15
< script defer type ="module " src ="/javascript/game.mjs "> </ script >
16
- < title > Game </ title >
16
+ < title > Typing Race </ title >
17
17
</ head >
18
18
19
19
< body >
@@ -24,7 +24,7 @@ <h1 class="title">Join Room Or Create New</h1>
24
24
< div id ="rooms-wrapper ">
25
25
</ div >
26
26
</ div >
27
- < div id ="game-page " class ="full-screen display-none ">
27
+ < div id ="game-page " class ="flex full-screen display-none ">
28
28
< div >
29
29
< h1 id ="room-name "> Room name</ h1 >
30
30
< button id ="quit-room-btn "> Back to Rooms</ button >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ input::placeholder {
50
50
}
51
51
52
52
.title {
53
- margin : 25px
53
+ padding : 25px
54
54
}
55
55
56
56
.modal {
@@ -80,4 +80,4 @@ input::placeholder {
80
80
81
81
.modal .body-wrapper {
82
82
margin : 25px
83
- }
83
+ }
Original file line number Diff line number Diff line change 6
6
}
7
7
8
8
# room-name {
9
- margin : 10px ;
10
- }
11
-
12
- # game-page {
13
- display : flex;
9
+ padding : 15px ;
14
10
}
15
11
16
12
# game-container {
75
71
76
72
.finished {
77
73
background-color : greenyellow !important ;
78
- }
74
+ }
Original file line number Diff line number Diff line change 30
30
background-color : var (--main-button-background-color );
31
31
border : 1px solid var (--main-button-border-color );
32
32
padding : 5px 20px ;
33
- }
33
+ }
You can’t perform that action at this time.
0 commit comments