---
title: CSS Transforms
slug: Web/CSS/CSS_Transforms
tags:
- CSS
- CSS Transforms
- Overview
- Reference
translation_of: Web/CSS/CSS_Transforms
---
{{CSSRef}}
CSS Transforms is a module of CSS that defines how elements styled with CSS can be transformed in two-dimensional or three-dimensional space.
Reference
Properties
- {{cssxref("backface-visibility")}}
- {{cssxref("perspective")}}
- {{cssxref("perspective-origin")}}
- {{cssxref("rotate")}}
- {{cssxref("scale")}}
- {{cssxref("transform")}}
- {{cssxref("transform-box")}}
- {{cssxref("transform-origin")}}
- {{cssxref("transform-style")}}
- {{cssxref("translate")}}
Data types
- {{cssxref("<transform-function>")}}
Guides
- Using CSS transforms
- Step-by-step tutorial about how to transform elements styled with CSS.
Specifications
Specification |
Status |
Comment |
{{ SpecName('CSS3 Transforms') }} |
{{ Spec2('CSS3 Transforms') }} |
Initial definition. |