Distortion Glitch Text Effect - CSS December 07, 2021 Use multiple text-shadow properly in CSS on a text by comma separating the values. DEMO Distortion CSS h2 { color: darkorange; font-family: sans-serif; font-size: 3.5em; text-transform: uppercase; text-shadow: -3px -3px 0 cyan, 3px 3px 0 pink; } Share Get link Facebook X Pinterest Email Other Apps Labels css text Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment