Since all screens are different, you need this:

<div style='width:250px;border:0px solid black;margin-center: 0%;'> <div align="left" style='center:0px;width:100%;background-color:green;'><?php echo "{$row['all_life']}"; echo "/{$row['life']}"; ?></div> <div style='width:250px;border:0px solid black;margin-center: 0%;'> <div align="left" style='center:0px;width:100%;background-color:blue;'><?php echo "{$row['exp']}"; } ?></div> 

Center on all screens , please tell me how to do it.

    2 answers 2

    Centre

     <center>Текст</center> 

      <div style='width:250px;border:0px solid black;margin: 0px auto;'>