편집 요약 없음 |
편집 요약 없음 |
||
22번째 줄: | 22번째 줄: | ||
} | } | ||
<div style="position:relative; background-color:#00adbd; border-radius:.4em;"> | <div style="position:relative; background-color:#00adbd; border-radius:.4em;"> | ||
<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;"> | <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;"></div> | ||
</div> | </div> | ||
2023년 10월 7일 (토) 21:14 판
루리위키의 사용법을 연습하는 공간입니다.
.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; }