Currently, I am in the process of creating a contact form using CSS and JavaScript. While searching for inspiration, I came across a great example on CodePen. However, I noticed that the contact form in the example is appearing blurry. I attempted to resolve this issue by using
-webkit-backface-visibility: hidden;
and -webkit-transform: translateZ(0);
, but unfortunately, it did not solve the problem. Can someone provide assistance or advice on how to fix this?
For reference, here is the link to the CodePen example: