CSS Tricks 1.4: Transforms

Transforming the Way We Think About CSS

Here's a brief overview of CSS transforms, a powerful tool for taking your styles to the next level.

  /* Example of a scale transform */
  div {     transform: scale(2);   }

Want more? Transforms in Practice

Or, if you're feeling adventurous: Transforms in the Wild

Back to CSS Tricks Index