Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS i want to know how to make link 2 colors Reply To: i want to know how to make link 2 colors

#281834
LearnTheNew
Participant

Hi, its a gradient color applied of anchor link in hover. When the coursor have moved towards the link the hover effect will applied.

check the code i have added the gradient color

background: linear-gradient(top left, #F65206, #E51253)
background: #F65206; you can use gradient color generator tools for this type of solutions.

@LearnTheNew