h1, p { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } .chat-container { display: flex; flex-direction: column; justify-content: flex-end; width: 100%; max-width: 500px; margin: auto; } .input-wrapper { display: flex; align-items: center; background-color: #f1f1f1; border-radius: 25px; padding: 10px; } .chat-textarea { flex: 1; border: none; border-radius: 20px; padding: 10px; resize: none; font-size: 16px; outline: none; } .chat-textarea.overflow { overflow-y: auto; } .icon-container { display: flex; align-items: center; margin-left: 10px; } .icon-container .audio-icon, .icon-container .send-icon { font-size: 24px; /* Adjust size if needed */ color: #555; /* Default color */ margin-left: 10px; cursor: pointer; } .audio-icon { color: #128c7e; /* Custom color for audio icon */ } .send-icon { color: #25d366; /* Custom color for send icon */ }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter