Using @supports not (transform: rotateX(45deg) )
In browsers that don't support a value of rotateX(45deg)
for the transform
property, the image below will be skewed 30 degrees along the x-axis instead.