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.