A RetroSearch Logo

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

Search Query:

Showing content from https://webplatform.github.io/docs/css/data_types/angle below:

<angle> · WebPlatform Docs

<angle> Summary

The <angle> CSS data type describes an amount of rotation; it is expressed with a number followed (without whitespace) by one of the recognized angle unit abbreviations.

Four angle units are available:

Measurements may be positive or negative, and may extend past the limit required to specify a full circle.

If using Javascript to set or manipulate styles requiring angle measurements, it is worth mentioning that the trigonometric Math functions use radians for angles.

Examples
.a[href] {
    display: block;
    transition: transform 0.25s;
    transform: rotateX(0deg);
}
a:hover {
    
    transform: rotateX(1080deg);
}
Related specifications
CSS Values and Units Module Level 3
Candidate Recommendation

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