I have a Sudoku project with a 9×9 table of numbers <td> elements and i generate inputs at some <td> which makes it <td> <input id="cell_${rowIndex}_${colIndex}"> </td> there instead of the usual <td> 8(any onedigit number 1-9) <td>. But somehow when i do styling for the inputs, while these cells work well on pc, they dont at all on my phone as you can see in the attached pictures. How can i fix the phone one? Phone Picture
PC Picture
2
Answers
} This works now. Thanks for you Help!
Would you test this code and probably using responsive design techniques, such as media queries, you can ensure that your Sudoku grid adapts to different screen sizes and resolutions.