Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Commit 74c3966

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 41e721a commit 74c3966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/css/concepts/transform-functions/terms/matrix

content/css/concepts/transform-functions/terms/matrix/matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CatalogContent:
1616

1717
The CSS `matrix()` function uses a 2D matrix to scale, rotate, skew, and move an element. This combined setup puts multiple changes into one step and is commonly used in detailed animations(https://www.codecademy.com/resources/docs/css/animations), exact placement, or creative web layouts.
1818

19-
## CSS `matrix()` Syntax
19+
## Syntax
2020

2121
```pseudo
2222
transform: matrix(a, b, c, d, e, f);

0 commit comments

Comments
 (0)