Endigest logo
Endigest
All Tech BlogsExplore TagsSend Feedback
Newsletter
Endigest logo
Endigest

© 2026 Endigest. All rights reserved.

  • About
  • Privacy
  • Terms
  • Contact
  • RSS

transform Articles

5 articles

Related Tags

Articles(1)
grid(1)
layout(1)
CSS-Tricks logoCSS-Tricks
01 min read
Frontend•2026-05-13

rotateX()

rotateX() is a CSS transform function that rotates an element around the x-axis in three-dimensional space, creating vertical flipping effects.

transform
CSS-Tricks logoCSS-Tricks
01 min read
Frontend•2026-05-13

rotateY()

The rotateY() function rotates an element around its vertical y-axis in CSS, creating horizontal flip effects from left to right.

transform
CSS-Tricks logoCSS-Tricks
01 min read
Frontend•2026-05-13

rotateZ()

The CSS rotateZ() function rotates elements around the z-axis clockwise or counterclockwise.

transform
CSS-Tricks logoCSS-Tricks
01 min read
Frontend•2026-05-13

rotate()

The CSS rotate() function spins elements clockwise or counterclockwise in 2D space using the transform property.

transform
CSS-Tricks logoCSS-Tricks
01 min read
Frontend•2026-05-06

Making Zigzag CSS Layouts With a Grid + Transform Trick

This article demonstrates how to build a cascading zigzag layout using CSS Grid and transforms.

Articles
grid
layout
transform