• Facebook Rocks

    Go to Blogger edit html and replace these slide 1 description with your own words. ...

  • Facebook vs Twitter

    Go to Blogger edit html and replace these slide 2 description with your own words. ...

  • Facebook Marketing

    Go to Blogger edit html and replace these slide 3 description with your own words. ...

  • Facebook and Google

    Go to Blogger edit html and replace these slide 4 description with your own words. ...

  • Facebook Tips

    Go to Blogger edit html and replace these slide 5 description with your own words. ...

Showing posts with label Celebrating Banners. Show all posts
Showing posts with label Celebrating Banners. Show all posts

Fixed Position Happy Women's Equality Day Banner For Blogger

It's time for another gadget to add some Women's Equality Day cheers to your blog.In this post i have a stylish Happy Women's Equality Day Banner you can fix in the top right corner of your blog to greet your readers.The banner is transparent so it wont block your content and as the reader scrolls the banner followers them.A great simple way to wish your readers a Happy Women's Equality Day.

Steps To Add This Stylish Banner To Blogger

  • Login to Your Dashboard.
  • Go to Templates >>Edit Html.
  • Find for </head>
  • Paste the below code there.


<style>
.equality {
position: fixed; top: 0%; right: 0%;
zoom:1;
-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;

}
.equality:hover {
position: fixed; top: 0%; right: 0%;
zoom:1.3;
}
</style>

<img class='equality' title='Happy Women's Equality Day' alt="Blog Tips" src="http://i1269.photobucket.com/albums/jj591/aditya9172/blog-toolzhappyequalityday.png"/>


  • Now, click on Save the Template.



It's Done.

Fixed Position Indian Independence Day Banner For Blogger

Fixed Position Indian Independence Day Banner For Blogger
It's time for another gadget to add some Independence Day cheers to your blog.In this post i have a stylish Happy Independence India Banner you can fix in the top right corner of your blog to greet your readers.The banner is transparent so it wont block your content and as the reader scrolls the banner followers them.A great simple way to wish your readers a Happy Independence Day.

Steps To Add This Stylish Banner To Blogger

  • Login to Your Dashboard.
  • Go to Templates >>Edit Html.
  • Find for </head>
  • Paste the below code there.


<style>
.independence {
position: fixed; top: 0%; right: 0%;
zoom:1;
-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;

}
.independence:hover {
position: fixed; top: 0%; right: 0%;
zoom:1.3;
}
</style>

<img class='independence' title='Happy Independence Day To My Fellow Indians' alt="Blog Tips" src="http://i1269.photobucket.com/albums/jj591/aditya9172/happyindependenceday-1.png"/>


  • Now, click on Save the Template.



It's Done.