I want to clean up some coding in my web page and put it into a css file. How do I take the example below:
a:hover { font-family: Verdana, Verdana, Arial,...
and put all the code lines like it into a css file? These lines are very long and are used over and over.
How do I write the code in my initial file to read the css?
Can I add the border codes too into the css?
Thanks for your help.
a:hover { font-family: Verdana, Verdana, Arial,...
and put all the code lines like it into a css file? These lines are very long and are used over and over.
How do I write the code in my initial file to read the css?
Can I add the border codes too into the css?
Thanks for your help.