【tips】文字的四种对齐方式

左:
text-align-last: left;
justify-content: start;


text-align-last: center;
justify-content: center;

右:
text-align-last: right;
justify-content: end;

两端
text-align-last: justify;
justify-content: end;

span没试,用的div

你可能感兴趣的:(css,前端,javascript,html)