id CSS Pseudo-classes

using div elemen:

#bahasa{height:56px; text-align:right; padding-right:3px; font-size:12px; color:#68b3e0}
   #bahasa a:link {color:#68b3e0; text-decoration:none}
   #bahasa a:visited {color:#68b3e0;}
   #bahasa a:hover {color:#ffffff; text-decoration:underline}
   #bahasa a:active {color:#68b3e0;}

using class elemen:

.bahasa{height:56px; text-align:right; padding-right:3px; font-size:12px; color:#68b3e0}
   .bahasa a:link {color:#68b3e0; text-decoration:none}
   .bahasa a:visited {color:#68b3e0;}
   .bahasa a:hover {color:#ffffff; text-decoration:underline}
   .bahasa a:active {color:#68b3e0;}
  1. Leave a comment

Leave a comment

Design a site like this with WordPress.com
Get started