CSS 纯CSS语音泡泡

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 纯CSS语音泡泡相关的知识,希望对你有一定的参考价值。

http://nicolasgallagher.com/progressive-enhancement-pure-css-speech-bubbles/

/* Bubble with an isoceles triangle
------------------------------------------ */

.triangle-isosceles {
   position:relative;
   padding:15px;
   margin:1em 0 3em;
   color:#000;
   background:#f3961c;

   /* css3 */
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   border-radius:10px;
   background:-moz-linear-gradient(top, #f9d835, #f3961c);
   background:linear-gradient(top, #f9d835, #f3961c);
}

/* creates triangle */
.triangle-isosceles:after {
   content:"\00a0";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   z-index:-1;
   bottom:-30px;
   left:50px;
   width:0;
   height:0;
   border-width:15px 15px;
   border-style:solid;
   border-color:#f3961c transparent transparent;
}

以上是关于CSS 纯CSS语音泡泡的主要内容,如果未能解决你的问题,请参考以下文章

CSS 纯CSS语音泡沫

好程序员web前端学习路线分享纯css绘制各种图形

CSS 3.0实现泡泡特效

CSS 3.0实现泡泡特效

CSS CSS 3:语音泡沫

CSS CSS 3:语音泡沫