A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/css/functions/rotateZ below:

rotateZ() ยท WebPlatform Docs

rotateZ() Summary

Rotates an element around its Z-axis at a given degree.

Examples

The following code snippet is an example of the rotateZ function in use as applied to a square blue div element.

div {
  transform: rotateZ(45deg);
}
Notes Remarks

The rotateZ transform function is the same as rotate3d(0, 0, 1, <angle>).

Syntax

rotateZ ( <angle> )

Parameters
angle
The angle by which to rotate the element about the z-axis. This value is expressed as a number followed by a supported angle unit.
Standards information See also Related pages Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4