Lid |
|
Ik probeer steeds mijn normale tekst wit te krijgen, maar het lukt maar niet en ik weet niet wat ik fout doe, ik heb text geprobeerd, p ofzo bij tutorials en nu text- maar niks helpt, wat doe ik fout? Ik kom er maar niet uit.
<style type="text/css">
text-
{
font-family: tahoma;
font-size: 10pt;
color: #FFFFFF;
text-decoration: none;
}
a
{
font-family: tahoma;
font-size: 10pt;
color: #A9A9A9;
text-decoration: none;
}
a:hover
{
font-family: tahoma;
font-size: 10pt;
color: white;
text-decoration: none;
}
a:active
{
font-family: tahoma;
font-size: 10pt;
color: white;
text-decoration: none;
}
a:archive
{
font-family: tahoma;
font-size: 10pt;
color: white;
text-decoration: none;
font-weight:
}
</style>
<style type="text/css"> text- { font-family: tahoma; font-size: 10pt; color: #FFFFFF; text-decoration: none; } a { font-family: tahoma; font-size: 10pt; color: #A9A9A9; text-decoration: none; } a:hover { font-family: tahoma; font-size: 10pt; color: white; text-decoration: none; } a:active { font-family: tahoma; font-size: 10pt; color: white; text-decoration: none; } a:archive { font-family: tahoma; font-size: 10pt; color: white; text-decoration: none; font-weight: } </style>
|