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

Html Coding for Blinking Text in Blog

 Sure! Here's a simple way to make text blink in an HTML blog using CSS (since the old <blink> tag is deprecated and not support...