「—」

Assalamualaikum and annyeonghaseyo. Kinda bored now. So i'll post tutorials a bit. This one is {Image Hover Melengkung} For the freebies, InsyaAllah I'll post tomorrow. Cheers ^^ Adios

1. Copy paste this code before the code </style>.
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;
}
2. Preview & save.