Friday, March 7, 2025

How To Add Welcome Text in Blogger Page

Here's a simple HTML, CSS, and JavaScript code for adding a Welcome Text in your Blogger site.

Steps to Add the Digital Clock:

  1. Open Blogger and go to the Layout section.
  2. Click on Add a Gadget and select HTML/JavaScript.
  3. Paste the following code and save it.

 <div style="text-align: center; font-size: 20px; font-weight: bold; padding: 10px; background: #f7f2f6; color: #333;">

  Welcome to My Blogger Site!

</div>

No comments:

Post a Comment

How to give coding at the end of the post in blog

  Add Code Automatically at End of Every Post (Template Edit) If you want a code block to appear in every post , do this: Go to Blogger ...