المعرفة:: CSS
الحالة:: ملاحظة_مؤرشفة


a:link,  
a:visited {  
  color: red;  
  transition: all 0.3s; /* This */  
}  
  
a:hover,  
a:active {  
  color: orange;  
}