企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
通过文本对齐类,可以简单方便的将文字重新对齐。 ![](https://img.kancloud.cn/78/a9/78a9806f9d3dcd32fbbc5b85a23d2549_1064x174.png) ~~~html <p class="text-left">Left aligned text.</p> <p class="text-center">Center aligned text.</p> <p class="text-right">Right aligned text.</p> <p class="text-justify">Justified text.</p> <p class="text-nowrap">No wrap text.</p> ~~~