How To Add Whatsapp Button In HTML , CSS

 <!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>whatsapp</title>
    <style>
        *{
            margin: 0px;
            padding: 0px;
            box-sizing: border-box;
        }
        .whatsbtn{
            width: 50px;
            height: 50px;
            position: fixed;
            bottom: 40px;
            right: 20px;
        }
    </style>
</head>
<body>
    <div class="whatsdiv"><a href="https://wa.me/923121751852" target="_blank"><img class="whatsbtn" src="whatsapp Button/whatsapp.png" alt=""></a></div>
</body>
</html>

Comments

Popular posts from this blog