The `left`, `right`, `center` class sets the text align AND the float value of the element. Separate the two things: - `left`, `right`, `center` sets only the float attribute - `t-left`, t-right`, `t-center` sets only the text-align attribute
The
left,right,centerclass sets the text align AND the float value of the element. Separate the two things:left,right,centersets only the float attributet-left, t-right,t-center` sets only the text-align attribute