How-to articles, tricks, and solutions about TRANSFORM

How to Add a Vertical Text with CSS Cross-Browser

If you have faced the problem of drawing a vertical text, you can use the transform property. Find out how to use this property to create a vertical text with CSS Cross-Browser.

How to Apply Multiple Transforms in CSS

There are many ways to apply multiple transforms. We’ll show how to achieve this using multiple values of the transform property and with nested classes.

How to Flip Text with CSS

CSS3 allows us to have various effects, including text flipping due to transformation functions. See examples of upside down, horizontal and vertical flipping.

How to Rotate the <div> Element by 90 Degrees

In this tutorial, you can see how to rotate the HTML <div> element by 90 degrees. For that purpose, use the CSS transform property with the “rotate” value.

How to Rotate the Content of the ::after or ::before Pseudo-Element

The content property is used with the ::after and ::before pseudo-elements. In this snippet, we’ll demonstrate how to rotate the content of these pseudo-elements.

How to Stretch a Text with CSS

In this snippet, we’ll show how to stretch a text horizontally or vertically using CSS. For that, you can use the CSS transform property set to the “scale”.