tutorial - link hover part 4


contoh:



1. Dashboard - Design - Edit html - Tick expand widget template

2. Search this: a:link,a:visited{

3. Copy code bawah ni dan pastekan di BAWAH code a:link,a:visited{
text-decoration:none;
color:#aaa;-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
a:hover{
color:#fff;
background:#111;
}

contoh:


Arahan sama macam kat atas cuma guna code bawah ni.
text-decoration:none;'
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
border-bottom:2px solid transparent;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
color:#aaa;
}
a:hover{
border-bottom:2px solid #FF6C6C;
}
merah - warna boleh tukar di SINI.
hijau - ketebalan. Boleh tukar ikut suka hati korang.
biru - boleh tukar solid / dotted / dashed.


SAVE!

THANKS FOR READING THIS :) LIKE IF YOU LIKE ♥