body { font-family:sans-serif; overflow:scroll; margin:0px; padding:0px; } .controls { position:fixed; top:0px; left:0px; padding:5px; width:100px; height:100%; background-color:white; text-align:center; } button, input { margin:5px; } input[type="number"] { width:50px; } #board { margin-left:120px; } table { border-collapse:collapse; } td { min-width:10px; min-height:10px; width:10px; height:10px; border:1px solid white; }