sub페이지 bg img를 확대시켜서 section밖으로 넘기는 방법좀...
본문
확대시켜도 section 안에서만 이게 확대되고 밖으로 넘어가질안네요.
padding쓰면 테이블도 같이늘어나고....
bg 사진만 늘리고싶은데요
약간 강제로 z-index이런거쓰면 section넘어서 밖으로 넘어가려는지원...
방법 좀 알려주세요.
답변 1
<div style="display:flex;justify-content:center;width:100%">
<div style="width:200px;height:100px;border:1px solid #cccccc;">
<div style="width:300px;height:50%;background-color:#ff0000;float:right"></div>
</div>
<div style="width:200px;height:100px;border:1px solid #cccccc">
</div>
<div style="width:200px;height:100px;border:1px solid #cccccc">
<div style="width:300px;height:50%;background-color:#ff0000;float:left"></div>
</div>
</div>
https://wittazzurri.com/editor/html_editor.php 에서 확인해 보세요.
!-->
답변을 작성하시기 전에 로그인 해주세요.