CSS skewY() Function

❮ Previous Functions Next ❯

Example

.example {
  transform: skewY(45deg);
}



Hello World!

Meaning

The skewY() css function defines a transformation that skews an element in the vertical direction on the 2D plane.

Version: CSS3




Standard Syntax

skewY(angle)



Browser Support

The numbers in the table specify the first browser version that fully supports the property.




Status







Function Arguments

The following table describes the arguments of this function.

Argument Description
angle Defines the angle to use to distort the element along the ordinate.



See also

❮ Previous Functions Next ❯