플로팅 하는 방법
- 2022. 4. 1. 16:32
<div class="floatdiv">
<img src="https://t3.daumcdn.net/thumb/R720x0/?" style="position:relative; left:-25px; bottom:-10px;">
</div>
.floatdiv {
position:fixed;
z-index:10;
margin-top:300px;
width:100%;
text-align:center;
}
이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받고 있습니다. 1 5