Changing HTML Hyperlinks wih CSS

To change a hyperlink with CSS change the a:link

 

Like:

a:link {
   color: ff9900;
   font-family: arial;
   font-weight: bolder;
   font-size: 12;
   text-align: center;
{

Leave a Reply

Your email address will not be published. Required fields are marked *