brash-cricket-68797
07/03/2023, 7:04 PMfuture-action-19564
07/03/2023, 8:13 PMfuture-action-19564
07/03/2023, 8:14 PMbrash-cricket-68797
07/03/2023, 8:25 PMfuture-action-19564
07/03/2023, 8:33 PMbrash-cricket-68797
07/03/2023, 9:27 PMfuture-action-19564
07/03/2023, 10:37 PMmargin: 0; /* Remove default margin / you forgot to add a * before the last /future-action-19564
07/03/2023, 10:37 PMfuture-action-19564
07/03/2023, 10:39 PM<!DOCTYPE html>
<html>
<head>
    <style>
        body {
            background-color: #bbbbbb;
            margin: 0; 
        }
        section {
            width: 100%;
            height: 89.9vh;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            padding: 20px; 
            box-sizing: border-box; 
        }
        div.chatBubble {
            background-color: #fff;
            width: 250px;
            padding: 20px;
            border-radius: 10px;
        }
        div.chatBubble p {
            margin: 0;
            font-size: 18px;
            text-align: center;
        }
        div.chatBubble::before {
            content: '';
            position: absolute;
            top: 87%;
            right: 20px; 
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 20px solid #fff;
        }
    </style>
</head>
<body>
    <section>
        <div class="chatBubble">
            <p>Click here to chat with us!</p>
        </div>
    </section>
</body>
</html>brash-cricket-68797
07/03/2023, 10:57 PMfuture-action-19564
07/03/2023, 11:15 PM<!DOCTYPE html>
<html>
<head>
    <style>
        section {
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            box-sizing: border-box; 
        }
    
        div.chatBubble {
            background-color: #a39e9e;
            width: 250px;
            padding: 20px;
            border-radius: 10px;
            position: fixed;
            top: 82%;
            right: 20px; 
        }
    
        div.chatBubble p {
            margin: 0;
            font-size: 18px;
            text-align: center;
        }
    
        div.chatBubble::before {
            content: '';
            position: fixed;
            top: 87%;
            right: 20px; 
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 20px solid #a39e9e;
        }
        div.text{
            margin-top: 500px;
        }
    </style>
</head>
<body>
    <section>
        <div class="chatBubble">
            <p>Click here to chat with us!</p>
        </div>
    </section>
</body>
</html>abundant-thailand-55137
07/03/2023, 11:20 PMfuture-action-19564
07/03/2023, 11:21 PMbrash-cricket-68797
07/04/2023, 6:27 AMsalmon-art-82621
07/04/2023, 10:22 AMfuture-action-19564
07/04/2023, 6:33 PMbrash-cricket-68797
07/04/2023, 10:44 PMfuture-action-19564
07/05/2023, 2:48 AMfuture-action-19564
07/05/2023, 2:49 AMfuture-action-19564
07/05/2023, 2:51 AM<!DOCTYPE html>
<head>
     <style>
        body {
            position: relative;
            margin: 0;
            padding: 0;
        }
    
        section {
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            box-sizing: border-box;
            position: fixed;
            bottom: 130px;
            right: 20px;
            z-index: 9999;
        }
    
        div.chatBubble {
            background-color: #a39e9e;
            width: 250px;
            padding: 20px;
            border-radius: 10px;
            position: absolute;
            bottom: 100%;
            right: 0;
        }
    
        div.chatBubble p {
            margin: 0;
            font-size: 18px;
            text-align: center;
        }
    
        div.chatBubble::before {
            content: '';
            position: absolute;
            top: 100%;
            right: 20px;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 20px solid #a39e9e;
        }
    </style>
</head>
<body>
    <section>
        <div class="chatBubble">
            <p>Click here to chat with us!</p>
        </div>
    </section>
</body>
</html>brash-cricket-68797
07/05/2023, 10:11 AMfuture-action-19564
07/05/2023, 4:19 PMfuture-action-19564
07/05/2023, 4:19 PM<!DOCTYPE html>
<html lang="en">
<head>
    <style>
    
        .chat-bubble {
        position: fixed;
        bottom: 90px;
        right: 1px; 
        z-index: 9999; 
        background-color: #f1f1f1;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        transform: translate(-50%, -50%);
        }
        .triangle {
        position: absolute;
        top: 100%;
        left: calc(50% + 20px);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f1f1f1;
        }
        .content {
        color: black;
        }
    </style>
</head>
<body>
    <div class="chat-bubble">
        <div class="triangle">
        </div>
        <div class="content">
          Talk with us!
        </div>
    </div>     
</body>
</html>future-action-19564
07/05/2023, 4:19 PMbrash-cricket-68797
07/05/2023, 4:34 PMpowerful-doctor-83873
07/29/2023, 10:36 PMbrash-cricket-68797
07/30/2023, 4:20 PMpowerful-doctor-83873
07/31/2023, 11:48 AMbrash-cricket-68797
07/31/2023, 11:59 AMpowerful-doctor-83873
07/31/2023, 7:30 PMfaint-australia-33990
11/29/2023, 6:12 AMfaint-australia-33990
11/29/2023, 6:12 AM