Skip to main content

Posts

Showing posts from September, 2017

CSS text gradient - Web development Tutorials

Create pure css text gradients using simple trick . The gradient us made using background image property and the the background clip property has been set to text and at last color is set to transparent , to make a beautiful text gradient without any library but remember to use vendor prefixes. The codepen project is  here