Tutorial : Image Hover
POSTED ON: Wednesday, 5 September 2012 @ 02:20 | 0 comments
Tutorial ini untuk pengguna template classic/blogskin:
1. open Dashboard > Template > Edit HTML
2. Press Ctrl + F serentak dan cari code </style>
3. Copy code dekat bawah ni
img {
border-radius:10px;
opacity:0.6;
-webkit-transition-duration:2.5s;
}
img:hover{
border-radius:30px;
opacity:10.8;
-webkit-transition-duration:2.5s;
}
4. Paste code tadi dekat atas code </style>
5. Preview and save.
Labels: tutorial blogskin, tutorial image
← Older / ♥ back up ♥ / Newer →
Tutorial : Image Hover
Tutorial ini untuk pengguna template classic/blogskin:
1. open Dashboard > Template > Edit HTML
2. Press Ctrl + F serentak dan cari code </style>
3. Copy code dekat bawah ni
img {
border-radius:10px;
opacity:0.6;
-webkit-transition-duration:2.5s;
}
img:hover{
border-radius:30px;
opacity:10.8;
-webkit-transition-duration:2.5s;
}
4. Paste code tadi dekat atas code </style>
5. Preview and save.
Labels: tutorial blogskin, tutorial image
POSTED ON: Wednesday, 5 September 2012 @ 02:20 | 0 comments
← Older / ♥ back up ♥ / Newer →