Loading

CSS3单行文本两端对齐

CSS3实现单行文本两端对齐

p {
	height: 24px;
	text-align: justify;
	text-last-align: justify;
}
p::after {
	display: inline-block;
	content: '';
	overflow: hidden;
	width: 100%;
	height: 0;
}
posted @ 2021-12-06 11:26  顾诚的城  阅读(126)  评论(0编辑  收藏  举报