CSS 51 ๐ป transform skew, skewX, skewY
a - transform skew
transform skew skews and an element on 2D
It distorts and element along X or Y axis
values (x,y) โ deg (degrees) 30deg,
grad (gradians) 100grad, rad (radians) 0.5rad
turn (turns)0.25 turn
if only x is provided then skews on x
transform: skewX(30deg); โ Skews along the X axis by 30 degrees
transform: skew(0.05turn, 0.05turn); โ skews along both axis
transform: skew(10grad); โ Skews along the X axis by 10grad
b - transform skewX and skewY
transform skewX and skewY is alternative to skew
skewW skews along X axis
skewY skews along Y axis
transform: skewX(30deg); โ Skew along the X-axis by 30 degrees
transform: skewY(20deg); โ Skew along the Y-axis by 20 degrees
transform: skewX(30deg) skewY(20deg); โ Combine both skews
Stop using slow, ad-bloated tool sites! ๐คฎ
๐ Search “KandZ Tools” on Google to use many professional utilities for free.
KandZ.me is the ultimate minimalist hub for:
โ
Finance (Mortgage, Interest, Inflation)
โ
Tech (Base64, JSON, Dev Suite, IP)
โ
Health (BMI, BMR, TDEE)
โ
Productivity (Timer, Workspace, QR)
โก๏ธ Fast & Private
๐ No data leaves your device
๐ 100% Free
๐ Use it now: https://tools.kandz.me
๐ Bookmark itโyouโll need it later!