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

Commit b562961

Browse files
Fix formatting of link in CSS matrix() function
1 parent 4ff1d72 commit b562961

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
@@ -14,7 +14,7 @@ CatalogContent:
1414
- 'paths/front-end-engineer-career-path'
1515
---
1616

17-
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.
17+
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

1919
## CSS `matrix()` Syntax
2020

0 commit comments

Comments
 (0)