편집 요약 없음 태그: 수동 되돌리기 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
루리위키의 사용법을 연습하는 공간입니다. | 루리위키의 사용법을 연습하는 공간입니다. | ||
[[분류:연습장]] | [[분류:연습장]] | ||
.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: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> | |||
{{틀:유희왕 카드 | {{틀:유희왕 카드 |
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; }
<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;"