No media files provided.
We want to create the following chat bubble effect in CSS:
See the Pen CSS Triangle Example by Thomas Seng Hin Mak (@makzan) on CodePen.
Given the following HTML:
<p>Something here.</p>
<div class='message'>
Content goes here.<br>
aoeuaoeuaoeuoe<br>
aeuaoeuaoeu.
</div>
<p>Something here again.</p>
You may find the source of my implementation here: