CSS) position:fixed;
1) position:fixed; 브라우저(뷰포트)를 기준으로 배치 1. absolute로 고정 html 1 2 3 css body{ height: 4000px; } .grand-parent { width: 400px; height: 300px; padding: 30px 100px 100px 30px; border: 4px dashed lightgray; } .parent { width: 400px; height: 300px; border: 4px dashed gray; } .child { width: 120px; height: 80px; background: tomato; border: 4px dashed red; border-radius: 10px; font-size: 30px; display: fl..
HTML CSS JS
2021. 8. 31. 07:18
공지사항