before hover
after hover
Blogskin/Classic template :
1. paste code after </style>
1. paste code into HTML/JavaScript
<style> img{ filter: normal; } img:hover{ -webkit-transition:1.2s; border-radius:500px; } </style>
|
Thankyou for visiting.
I make some blog tutorial here & I hope you like it.
*No repost (just backlink if you want to share)
*All tutors are mine unless stated
|
before hover
after hover
Blogskin/Classic template :
1. paste code after </style>
1. paste code into HTML/JavaScript
<style> img{ filter: normal; } img:hover{ -webkit-transition:1.2s; border-radius:500px; } </style>
|