Forums

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

Home Forums CSS How to change the properties of an underline in CSS? Reply To: How to change the properties of an underline in CSS?

#242481
I.m.learning
Participant

This worked for me:

a:hover {
color: rgba(177, 22, 35, 1);
border-bottom: 5px solid rgba(177, 22, 35, 1);
}