CSS Only Speech Bubbles

Category: CSS & CSS3 | August 27, 2016
Author:NicolasBrondin
Views Total:2,437 views
Official Page:Go to website
Last Update:August 27, 2016
License:MIT

Preview:

CSS Only Speech Bubbles

Description:

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"/>

You Might Be Interested In:


Leave a Reply