How To Remove Top Border Of Gradient Text In Safari
I added the text gradient using CSS but how can I remove the top border of the gradient.
Solution 1:
Use this in your tag in the style sheet
a { border-top: none; }
Post a Comment for "How To Remove Top Border Of Gradient Text In Safari"