<div class="box">
<p class="content">xxxx</p>
</div>
.box {
text-align: center;
}
.content {
display: inline-block;
text-align: left;
}
2023-09-24 07:58:04
<div class="box">
<p class="content">xxxx</p>
</div>
.box {
text-align: center;
}
.content {
display: inline-block;
text-align: left;
}
下一篇:用JAVA编程的数字时钟代码