diff --git a/files/en-us/web/css/column-fill/index.md b/files/en-us/web/css/column-fill/index.md index c86c3048176dc49..f7e22d381017da7 100644 --- a/files/en-us/web/css/column-fill/index.md +++ b/files/en-us/web/css/column-fill/index.md @@ -46,7 +46,7 @@ The `column-fill` property is specified as one of the keyword values listed belo {{csssyntax}} -## Example +## Examples ### Balancing column content diff --git a/files/en-us/web/css/container-type/index.md b/files/en-us/web/css/container-type/index.md index 66cda2675d91b83..46d7cdd745814eb 100644 --- a/files/en-us/web/css/container-type/index.md +++ b/files/en-us/web/css/container-type/index.md @@ -50,7 +50,9 @@ container-type: unset; {{CSSSyntax}} -## Example +## Examples + +### Establishing inline size containment Given the following HTML example which is a card component with an image, a title, and some text: @@ -84,8 +86,6 @@ Writing a container query via the {{Cssxref("@container")}} at-rule will apply s } ``` -For more information on container queries, see the [CSS Container Queries](/en-US/docs/Web/CSS/CSS_container_queries) page. - ## Specifications {{Specifications}} diff --git a/files/en-us/web/css/container/index.md b/files/en-us/web/css/container/index.md index 3e9852ddd54a757..005ad474e25a9e2 100644 --- a/files/en-us/web/css/container/index.md +++ b/files/en-us/web/css/container/index.md @@ -50,7 +50,9 @@ container: unset; {{CSSSyntax}} -## Example +## Examples + +### Establishing inline size containment Given the following HTML example which is a card component with an image, a title, and some text: @@ -88,8 +90,6 @@ You can then target that container by name using the {{cssxref("@container")}} a } ``` -For more information on container queries, see the [CSS Container Queries](/en-US/docs/Web/CSS/CSS_container_queries) page. - ## Specifications {{Specifications}} diff --git a/files/en-us/web/css/empty-cells/index.md b/files/en-us/web/css/empty-cells/index.md index 2b4342116414c44..a3d3de5c3b4365d 100644 --- a/files/en-us/web/css/empty-cells/index.md +++ b/files/en-us/web/css/empty-cells/index.md @@ -45,7 +45,7 @@ The `empty-cells` property is specified as one of the keyword values listed belo {{csssyntax}} -## Example +## Examples ### Showing and hiding empty table cells diff --git a/files/en-us/web/css/font-weight/index.md b/files/en-us/web/css/font-weight/index.md index b5da7a69fa75352..4d82123c9bc32e0 100644 --- a/files/en-us/web/css/font-weight/index.md +++ b/files/en-us/web/css/font-weight/index.md @@ -231,7 +231,7 @@ span { {{Compat}} -## See Also +## See also - {{cssxref("font-family")}} - {{cssxref("font-style")}} diff --git a/files/en-us/web/css/margin-trim/index.md b/files/en-us/web/css/margin-trim/index.md index 1c40ac4f7be3ea2..e65038f31d0fafd 100644 --- a/files/en-us/web/css/margin-trim/index.md +++ b/files/en-us/web/css/margin-trim/index.md @@ -30,7 +30,7 @@ margin-trim: revert-layer; margin-trim: unset; ``` -## Values +### Values - `none` diff --git a/files/en-us/web/css/math-depth/index.md b/files/en-us/web/css/math-depth/index.md index d2942e9e42e4908..ef38b008011a43d 100644 --- a/files/en-us/web/css/math-depth/index.md +++ b/files/en-us/web/css/math-depth/index.md @@ -32,7 +32,7 @@ math-depth: revert-layer; math-depth: unset; ``` -## Values +### Values - `auto-add` - : Set to the inherited `math-depth` plus 1 when inherited [math-style](/en-US/docs/Web/CSS/math-style) is `compact`.