Update style
This commit is contained in:
parent
2a96262583
commit
9912807948
@ -29,13 +29,20 @@
|
||||
td {
|
||||
padding: 3rem;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 600px;
|
||||
}
|
||||
table {
|
||||
font-size: 3rem;
|
||||
margin: 0 auto;
|
||||
border-collapse: collapse;
|
||||
margin: 2rem auto;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<table >
|
||||
<div id="table-container">
|
||||
<table>
|
||||
<tr>
|
||||
<td class="x">x</td>
|
||||
<td class="x">x</td>
|
||||
@ -71,7 +78,7 @@
|
||||
<td class="y">y</td>
|
||||
<td class="y">y</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
It's a 5x5 grid of holes, connected as shown in the diagram. Each colored path contains one peg which can be moved around to any other square with the same color. The point of the game is to fit the 6 uniquely shaped pieces in the puzzle such that all of them fit (and subsequently fill up the entire matrix).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user