
A pure CSS solution to create responsive inline speech bubbles on the HTML page.
See also:
How to use it:
Import the css-speech-bubbles.css into the document.
<link rel="stylesheet" href="./dist/css-speech-bubbles.css">
Add the CSS class css-speech-bubble to the element and done.
<label class="css-speech-bubble">Speech Bubble</label>







