
A lightweight CSS library that lets you create speech bubbles with transparent background using plain html and CSS / CSS3.
How to use it:
The primary html structure for the speech bubble.
<a class="speech-bubble" href="#">
<div class="speech-content">
https://cssscript.com/
</div>
<div class="speech-tail"></div>
</a>Then include the core style sheet speech-bubble.css in the head section and done.
<link rel="stylesheet" href="speech-bubble.css"/>







