. 表示一個類的標識符,用于標識不同的類或標簽。例如,.class 表示一個名為 "class" 的類。在CSS中,我們可以使用 .class 來定義一個類,例如:
```css
.class {
color: blue;
font-size: 16px;
這段CSS代碼將定義一個名為 "class" 的類,該類具有 "color" 屬性值為 "blue", "font-size" 屬性值為 16px。
除了 .class 之外,. 還可以用于其他標識符,如 .id 和 .class。例如:
```css
#button {
background-color: red;
border: none;
color: white;
padding: 10px;
text-align: center;
text-decoration: none;
.class {
padding: 10px;
background-color: blue;
這段CSS代碼將定義兩個類,分別名為 "class" 和 "class",并使用了兩個 .class 來定義它們的樣式。
```css
#link {
background-color: #ff0000;
color: #000000;
border: none;
padding: 10px;
text-align: center;
text-decoration: none;
```css
#button {
background-color: red;
border: none;
color: white;
padding: 10px;
text-align: center;
text-decoration: none;
.class {
padding: 10px;
background-color: blue;