Jump to content

ernestocd

Members
  • Posts

    1
  • Joined

  • Last visited

ernestocd's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I am a newbie that needs some help figuring out what can possibly be wrong with the below CSS code. After clearing out caches and browsing history (in Chrome), the visited links remain with the properties set for that behavior. img { display: block; height: 25px; width: 25px; margin: auto; } p { text-align: center; font-family: Garamond, serif; font-size: 18px; } div { border-radius: 5px; border: 2px solid #6495ED; background-color: #BCD2EE; height: 50px; width: 120px; margin: auto; text-align: center; } a { text-decoration: none; color: #3D59AB; font-family: Verdana, sans-serif; } span { font-weight: bold; font-size: 18px; color: #ffffff; } h1 { font-family: Verdana, sans-serif; font-size: 28px; color: #293c73; } a:link { text-decoration:none; } a:visited { color: #c5c5c5; } a:hover { font-weight: bold; color: #4867be; } a:active { text-decoration:underline; }
×
×
  • Create New...