Reflection with CSS
I realised you can do a reflection along the 'x' axix with a 'transform' of 'scale(-1,1)'.
I was going to rotate the element 180 degrees around the 'z' axis. This might involve more complex 'sine' and 'cosine' functions.
I realised you can do a reflection along the 'x' axix with a 'transform' of 'scale(-1,1)'.
I was going to rotate the element 180 degrees around the 'z' axis. This might involve more complex 'sine' and 'cosine' functions.
Comments
Post a Comment