电话
13363039260
在 CSS 中,类选择器以一个点号闪现:
.center {text-align: center}
在上面的例子中,所有领有 center 类的 HTML 元素均为居中。
不才面的 HTML 代码中,h1 和 p 元素都有 center 类。这意味着二者都将听从 ".center" 抉择器中的划定。
<h1 class="center">
This heading will be center-aligned
</h1>
<p class="center">
This paragraph will also be center-aligned.
</p>
把稳:类名的第一个字符不克不及运用数字!它没法在 Mozilla 或 Firefox 中起感召。