a {
font-size: 11px;
color: #252323;
text-decoration: none;
}
a:visited {
font-size: 11px;
text-decoration: none;
}
a:hover {
font-size: 11px;
text-decoration: underline;
}
das musst du in deinen code einfügen und die grösse anpassen , das gilt dann allerdings für alle links. du kannst auch gruppen hinzufügen
a.123 {
font-size: 11px;
color: #252323;
text-decoration: none;
}
<a href="link.html" class="123">text</a>
______________
