Answers for "center text in box material ui"

2

material ui box center

<Box 
        display="flex" 
        alignItems="center"
        justifyContent="center"
      >
Posted by: Guest on November-28-2021
0

text align top material ui

<TableCell colSpan={2} align="center" style={{ verticalAlign: 'top' }} > 
    <Typography  variant="h5" gutterBottom > 
        Task
    </Typography> 
</TableCell>
Posted by: Guest on May-21-2021

Browse Popular Code Answers by Language