Update style

This commit is contained in:
Boyan 2024-12-25 03:31:50 +02:00
parent 2a96262583
commit 9912807948

View File

@ -29,12 +29,19 @@
td { td {
padding: 3rem; padding: 3rem;
} }
img {
max-width: 600px;
}
table { table {
font-size: 3rem; font-size: 3rem;
margin: 0 auto; border-collapse: collapse;
margin: 2rem auto;
} }
</style>
</style>
<div id="table-container">
<table> <table>
<tr> <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>
<td class="y">y</td> <td class="y">y</td>
</tr> </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). 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).