How do you make a speech bubble in CSS?
How do you make a speech bubble in CSS? Now style the same div element with class:sb1 ( this class is for creating the triangle for speech bubble), here I’m using :before pseudo element for creating the triangle. just by changing the top, left, bottom, right properties we can create Read more…