revised puzzle
All checks were successful
/ build (push) Successful in 53s

This commit is contained in:
Nycki 2026-05-17 16:21:39 -07:00
parent a5ec38a7d3
commit 202af445fb

View file

@ -11,7 +11,7 @@ table {
background: var(--xkcd-off-white);
}
td {
height: 4lh;
height: 6rem;
}
td, th {
padding: .5em;
@ -32,6 +32,9 @@ th {
.bk-both {
text-align: center;
}
td:nth-child(even) {
font-size: x-large;
}
{% endcss %}
<table>
@ -39,18 +42,32 @@ th {
<th colspan=3 class="bk-boba">BOBA</th><th colspan=3 class="bk-kiki">KIKI</th>
</tr>
<tr>
<td class="bk-boba">operate an airplane, or a kite (3)</td><td colspan=2 class="bk-boba"></td><td colspan=2 class="bk-kiki">for a celebrity, roll out the red one (6)</td><td class="bk-kiki"></td>
<td class="bk-boba">unwanted guest in soup (3)</td>
<td colspan=2 class="bk-boba" contenteditable></td>
<td colspan=2 class="bk-kiki">for a celebrity, roll out the red one (6)</td>
<td class="bk-kiki" contenteditable></td>
</tr>
<tr>
<td class="bk-boba">after the previews comes this type of presentation (7)</td><td colspan=2 class="bk-boba"></td><td colspan=2 class="bk-kiki">sign on a door that opens inwards (4)</td><td class="bk-kiki"></td>
<td class="bk-boba">type of water bottle that might annoy a cat (5)</td>
<td colspan=2 class="bk-boba" contenteditable></td>
<td colspan=2 class="bk-kiki">sign on a door that opens inwards (4)</td>
<td class="bk-kiki" contenteditable></td>
</tr>
<tr>
<td class="bk-boba">type of bottle that might annoy a cat (5)</td><td colspan=2 class="bk-boba"></td><td colspan=2 class="bk-kiki">the empty part of space (6)</td><td class="bk-kiki"></td>
<td class="bk-boba">join the enemy army (6)</td>
<td colspan=2 class="bk-boba" contenteditable></td>
<td colspan=2 class="bk-kiki">the empty part of space (6)</td>
<td class="bk-kiki" contenteditable></td>
</tr>
<tr>
<td class="bk-boba">shaky feelings after too much coffee (7)</td><td colspan=2 class="bk-boba"></td><td colspan=2 class="bk-kiki">skip ahead in the waiting line (3)</td><td class="bk-kiki"></td>
<td class="bk-boba">rabbit ears, on a television set (8)</td>
<td colspan=2 class="bk-boba" contenteditable></td>
<td colspan=2 class="bk-kiki">you're "welcome" to wipe your feet on it (3)</td>
<td class="bk-kiki" contenteditable></td>
</tr>
<tr>
<th colspan=2 class="bk-boba"></th><th colspan=2 class="bk-both">IN A</th><th colspan=2 class="bk-kiki"></th>
<th colspan=2 class="bk-boba" contenteditable></th>
<th colspan=2 class="bk-both">IN A</th>
<th colspan=2 class="bk-kiki" contenteditable></th>
</tr>
</table>