My imagination are strong enough for me to hold on.
Hello 2017

#Tutorial : Image Hover Rounded Corner
Thursday 17 December 2015 @ 10:06


Hover This Image




1.Open your blog template, change to Edit Html
2.Press Ctrl+F (Command+F for Mac user)
3.Find </style>
4.Put this code before </style>
img{opacity:10;border:none;padding:0px;-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;border-radius:0px;}
img:hover{border-radius:50px;opacity: 1; }

You can change the border radius (50)

5.Preview it first, if success, save




Mission Complete!!!

Labels: