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

Commit c0fa740

Browse files
Enhance image descriptions for CSS matrix() examples
1 parent b562961 commit c0fa740

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In this example, the `.box` element is moved `100px` to the right and `100px` do
4747

4848
Here is the output:
4949

50-
![Matrix translation example](https://raw.githubusercontent.com/Codecademy/docs/main/media/matrix-example-1.png)
50+
![A coral colored box translated 100 pixels to the right and 100 pixels down using the CSS matrix() function](https://raw.githubusercontent.com/Codecademy/docs/main/media/matrix-example-1.png)
5151

5252
## Example 2: Scaling Elements in CSS Using `matrix()`
5353

@@ -65,7 +65,7 @@ In this example, the `.box` element is scaled to `1.5` times its original size h
6565

6666
Here is the output:
6767

68-
![Matrix scaling example](https://raw.githubusercontent.com/Codecademy/docs/main/media/matrix-example-2.png)
68+
![A medium sea green colored box scaled to 1.5 times its original width and 2 times its original height using the CSS matrix() function](https://raw.githubusercontent.com/Codecademy/docs/main/media/matrix-example-2.png)
6969

7070
## Example 3: Combined Transformation in CSS With the Help of `matrix()`
7171

@@ -83,4 +83,4 @@ This example creates a complex transformation by combining scaling, skewing, and
8383

8484
Here is the output:
8585

86-
![Matrix combined transformation example](https://raw.githubusercontent.com/Codecademy/docs/main/media/matrix-example-3.png)
86+
![A steel blue colored box with combined transformations scaled by 1.2, skewed, and translated 50 pixels right and 30 pixels down using the CSS matrix() function](https://raw.githubusercontent.com/Codecademy/docs/main/media/matrix-example-3.png)

0 commit comments

Comments
 (0)