Forums

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

Home Forums CSS CSS to make paragraph change color when hovering with mouse Re: CSS to make paragraph change color when hovering with mouse

#74861
S!lver
Member

here is the css for that paragraph

.chngcolor {
font-family:Arial, Helvetica, sans-serif;
font-size:large;
overflow:auto;
color:#CCC;
}
.chngcolor:hover {
color: #COO;
}