Typography Effect in CSS
This project will teach you one example of typography effect using css. There are no images included in this example. What we have to do is skew each letter. The odd letter will set the transform property into 10deg skewY and the even is negative 10deg skewY. This will look like each letter is folding. Hope you learn from this simple project.