将文本对齐,最后一行左对齐

发布于 2024-12-05 11:33:39 字数 136 浏览 0 评论 0原文

我有一位客户希望一段文本看起来合理,而不是让最后一行向左对齐,他们希望它居中。我还没有想出一种方法来做到这一点,如果用户调整页面大小,则可以正确缩放。我是否必须求助于某种 javascript hack?我只是觉得这是我应该能够单独使用 CSS 解决的问题。

I've got a client who wants a paragraph of text to appear justified and rather than having the last line flush left, they want it centered. I haven't come up with a way to do this yet that will properly scale if the page is resized by the user. Am I going to have to resort to some kind of javascript hack? I just feel like this is the sort of problem that I should be able to solve with CSS alone.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半城柳色半声笛 2024-12-12 11:33:39

CSS3 有一个 text-align-last 属性发现有用的。另一方面,使用不同的 text-justify 方法 可能是首选。

CSS3 has a text-align-last property that you might find useful. On the other hand, using a different text-justify method might be preferred.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文