I've been struggling to align the two key buttons next to each other, but instead, the second button keeps moving to the next line.
I've spent a few days trying different approaches like using display: inline and float: right, but so far nothing has worked. Can someone help me find a solution to this problem? I've provided a link to a JSFiddle with my HTML and CSS.
[Check out the code here][1]
<th colspan="4">Header</th>
</tr>
<tr>
<td>Twinkle STARS
<button class="key-button">#### ####</button>
<button class="key-button2">#### ####</button>
</td>
[1]: https://jsfiddle.net/1nzr3yjf/