ƒυтвσĻιѕт
  1. .und a {
  2. text-decoration: none;
  3. color: dodgerblue;
  4. font-size: 14pt;
  5. font-family: Calibri;
  6. }
  7. .und a:hover {
  8. text-decoration: underline;
  9. }


  1. <?
  2. echo'<div class="und"><a href="#">Underline</a></div>';
  3. ?>