-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Expand file tree
/
Copy pathindex.md
More file actions
35 lines (27 loc) · 1.08 KB
/
index.md
File metadata and controls
35 lines (27 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: CSS 值
short-title: 值
slug: Web/CSS/Reference/Values
l10n:
sourceCommit: 93b85a5bc2b4589d93185263fd2c14381c36f821
---
**CSS 值**是可指定給 CSS 屬性的值。這些包含關鍵字、[資料型別](/zh-TW/docs/Web/CSS/Reference/Values/Data_types)以及[函式](/zh-TW/docs/Web/CSS/Reference/Values/Functions)。
> [!NOTE]
> 本頁面為 CSS 所有值特性的索引。[CSS 值與單位](/zh-TW/docs/Web/CSS/Guides/Values_and_units)頁面介紹了定義其中部分(但非全部)值的模組。
## 關鍵字索引
- {{cssxref("important", "!important")}}
- {{cssxref("fit-content")}}
- {{cssxref("inherit")}}
- {{cssxref("initial")}}
- {{cssxref("max-content")}}
- {{cssxref("min-content")}}
- {{cssxref("revert")}}
- {{cssxref("revert-layer")}}
- {{cssxref("unset")}}
## 規範
{{Specifications}}
## 參見
- [CSS 資料型別](/zh-TW/docs/Web/CSS/Reference/Values/Data_types)
- [CSS 值函式](/zh-TW/docs/Web/CSS/Reference/Values/Functions)
- [CSS 值與單位](/zh-TW/docs/Web/CSS/Guides/Values_and_units)模組
- [CSS 語法](/zh-TW/docs/Web/CSS/Guides/Syntax)模組