루리위키의 사용법을 연습하는 공간입니다.
.speech-bubble { position: relative; background: #00adbd; border-radius: .4em; }
.speech-bubble:after { content: ; position: absolute; left: 0; top: 50%; width: 0; height: 0; border: 25px solid transparent; border-right-color: #00adbd; border-left: 0; margin-top: -25px; margin-left: -25px; }
<div style="position:absolute; left:0; top:50%; width:0; height:0; border:25px solid transparent;; border-right-color:#00adbd; border-left:0; margin-top:-25px; margin-left:-25px;"