Im




 https://draft.blogger.com/u/6/blog/themes/edit/5058365874164125759?hl=hi<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>WhatsApp Button</title>

    <style>

        /* Styling for the fixed button */

        .whatsapp-btn {

            position: fixed;

            top: 20px; /* Adjust to move the button vertically */

            right: 20px; /* Adjust to move the button horizontally */

            background-color: #25D366;

            color: white;

            border-radius: 50%;

            width: 20px;

            height: 20px;

            display: flex;

            justify-content: center;

            align-items: center;

            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);

            z-index: 1000;

            text-decoration: none;

        



        .whatsapp-btn:hover {

            background-color: #1ebf57;

        }


        .whatsapp-btn img {

            width: 25px;

            height: 25px;

        }

    </style>

</head>

<body>


    <!-- WhatsApp Button -->

    <a href="https://wa.me/your_number" class="whatsapp-btn" target="_blank">

        <img src="https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg" al

t="WhatsApp">

    </a>


</body>

</html>

कोई टिप्पणी नहीं:

एक टिप्पणी भेजें