Skip to content

Commit 990f583

Browse files
committed
add more styling
1 parent 84c2098 commit 990f583

File tree

7 files changed

+125
-217
lines changed

7 files changed

+125
-217
lines changed

package-lock.json

Lines changed: 0 additions & 192 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/mario.gif

251 KB
Loading

src/assets/score.gif

821 KB
Loading

src/assets/wow.gif

1.05 MB
Loading

src/index.html

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,37 @@
55
</head>
66

77
<body>
8-
<!-- <header id="header">
8+
<header id="header">
99
<div class="nav-box">
1010
<ul class="nav-list">
11-
<li><a>Rules</a></li>
11+
1212
<li class="nav-logo"><a>
13-
<img id="logo-pic" />
14-
</a></li>
15-
<li><a>About</a></li>
13+
<img id="logo-pic" />
14+
</a></li>
15+
1616
</ul>
1717
</div>
18-
<button class="nav-button">Play</button>
19-
</header> -->
18+
<button id="single" class="nav-button">Single-Player</button>
19+
<a href="https://mp-tetris.herokuapp.com/#ceh5g5"><button class="nav-button">Multi-Player</button></a>
20+
</header>
2021

2122
<section class="gameSection">
22-
<div id="score"></div>
23+
24+
<div>
25+
<div id="score"></div>
26+
<button id="brooke" class="nav-button">Brooke Mode</button>
27+
<button id="insane" class="nav-button">Insane Mode</button>
28+
<button id="hard" class="nav-button">Hard Mode</button>
29+
<button id="art" class="nav-button">Art Mode</button>
30+
<img id="gifPic"/>
31+
32+
</div>
33+
34+
2335
<canvas id="tetris" width="480" height="800"></canvas>
2436
<canvas id="nextPiece" width="300" height="300"></canvas>
25-
<div id="rules">Rules</div>
37+
38+
2639
</section>
2740

2841
</body>

0 commit comments

Comments
 (0)