Menu
×
×
Correct!
Exercise:With the transform property, skew the <div> element 20 degrees along the X-axis, and 30 degrees along the Y-axis. Hint: Use the skew(), or skewX() and skewY() methods. |
Edit This Code:
Result:
|
Correct Code:
Result:
|