Follow | Dashboard
new style border at image (hover)


demo: sentuh gmbar diatas

CLASSIC TEMPLATE

1) dashboard > template > editHTML
2) cari code bawah ni

</style>

3) copy dan pastekan code bawah ni ATAS code yang korang cari tadi

img{
border-radius: 45% / 20%; 
box-shadow: 0px 0px 15px #f5abe5;
padding:0;
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}
img:hover {
border-radius: 0; 
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}


4) preview and save !


0 Comments

Post a Comment