1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<!DOCTYPE html> <style> div { font-family: monospace; font-size: 30px; width: 3ch; overflow: auto; white-space: pre; } </style> <body> <div>0 00</div> <div>0 0</div> <div>0 0</div> <div>0 0</div> <div>0 0<br>0 0</div> </body>