Buttons are in different placements in different resolution | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 4

Buttons are in different placements in different resolution

So I have been creating a tic-tac-toe game, and right now it is a 2-player game. I got the main gameplay done. The tic-tac-toe buttons on your screen might not be a 3x3, because the resolution can affect that, I don't know how to fix that. My Code: https://code.sololearn.com/WhGj559thn65/#js

1st Feb 2019, 7:12 PM
LegalizedPotato
1 Respuesta
+ 7
After the third and the sixth buttons, place <br/> to have a line break between each three.
1st Feb 2019, 10:01 PM
Rowsej
Rowsej - avatar