Zoom In Effect Creating Images on Your Blog
Gadgets For Blogger - In the blog, especially on your posts, will be very interesting and identical if there is a picture or image, it is important to make a post to be more attractive. Here is I want to give a little trick to make the picture / image on your blog becomes more interesting by adding effects zoom in and zoom out using the CSS code, following his steps.
Have you logged into your blogger each
Turn to the draft, and click the Edit HTML, and then check on the Expand Widget Templates
Find the code ]]></ b: skin>, use the keyboard shortcut Ctrl + F
Having met the copy and paste the following CSS code right above the last code
. post img: hover {
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transform: scale (1.3);
-o-transform: scale (1.3);
-webkit-transform: scale (1.3);}
Save your template, and see changes in its
Gadgets For Blogger
0 comments:
Post a Comment