CSS links sequence
a:link {
color: #;
text-decoration: underline
}
a:visited {
color: #;
}
a:hover,
a:focus {
color: #;
text-decoration: none;
}
a:active {
}
Added to CSS by Bartek StaĆkowski
a:link {
color: #;
text-decoration: underline
}
a:visited {
color: #;
}
a:hover,
a:focus {
color: #;
text-decoration: none;
}
a:active {
}
Added to CSS by Bartek StaĆkowski