Tyler
2008-09-16 16:49:17 UTC
I'm working with my stylesheet for my website
and this is how my link codes are that aren't working:
a {
color: #6d94b5;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #976db5;
text-decoration: none;
}
And the colors i put for those links aren't working and the boldness isn't showing up
i don't know what i did wrong?!
can someone help?