Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将网站正文中的特定字符居中对齐。我只想将具有“[]、*”和罗马数字的事物居中。有没有一种方法可以让我只将这些居中,而不必为每个单独的标签手动设置一个 div 标签?
例如,此处的“[E]”将位于页面的中心:
[E]
房子是红色的
谢谢!:)
我相信这是不可能的,因为 css 和 html 都没有那些“if”语句,你可以告诉它在满足条件时做某事。
您可以在 html 或text-align:center中使用 < center > 标签来代替 css。