CSS Arabic Tutorial - 41 2D Transform

Опубликовано: 27 Март 2026
на канале: Developers School - Ahmed A.Rahman
129
7

After you have learned the #HTML website markup language, you must learn to format and display it professionally and aesthetically, so you must learn the #CSS language.

In this course, we will start from the beginner level to reach professionalism through a series of videos that explain the properties of the language in a simplified practical manner.

Before you begin, make sure you are professional in HTML. You can watch the full HTML course on our channel using the following link

   • HTML بالعربى  .

In this video, we will talk about #2D_transform using CSS.

01- Transform
02- Rotate(Angel)
03- ScaleX
04- ScaleY
05- Scale(X,Y)
06- TranslateX
07- TranslateY
08- Translate(X,Y)
09- SkewX
10- SkewY
11- Skew(X,Y)
12- Matrix(ScaleX(), SkewY(), SkewX(), ScaleY(), TranslateX(), TranslateY()) EX: matrix(1, 0.6, 0, 1, 0, 0)
13- Transform Origin (X,Y) Default 50% 50% OR center center