So you want to customize your links and give them cool effects? This is how you can customize your links in CSS. Place the code below in your stylesheet.
Code ExplanationReplace the words in caps with what I will show you below. Here is what it means: a:link - Any regular link.a:visited - A link you've already visited. a:hover - What happens when you put your mouse over the link. color - Self explanatory. Just put in the color you want. Now it gets more fun. You can replace the text in caps with any of the following, and you can place this in your a:link and a:visited, which will show up on normal links/links you've visited. If you put it in a:hover, when you hover over the link, it'll do what you told it to do. You can also use more than one if you like.
|