CSSAWWWARDS
+ Submit tool
Built-in toolFree · No signup

CSS Transform Generator

Build CSS 2D transforms visually. Combine translate, scale, rotate, and skew with live sliders, pick a transform-origin from a 9-point grid, and watch the preview card update in real time before copying the CSS.

Share:
0px
0px
100%
100%
0deg
0deg
0deg

Transform origin

Live preview

2D Transform

transform: none

CSS Output
.element {  transform: none;}

How to use

01

Move, scale, rotate, skew

Each slider maps directly to a transform function — only non-default values are included in the output, so the CSS stays minimal.

02

Set the transform-origin

Pick one of 9 anchor points to control where scale and rotate pivot from — useful for corner-anchored zooms or hinge-style rotations.

03

Try a preset

Slide, zoom, rotate, flip horizontal/vertical, and skew presets give you a working transform instantly — tweak from there.

04

Copy CSS

The output is a single .element { transform: ...; } rule (plus transform-origin if changed) ready to paste into your stylesheet.