-
<style> /*div { padding:20px; margin:10px; }*/ #box1, #box2, #box3, #box4, #box5 { padding:20px; margin:10px; } #box1{ background:#ffd800; float:left; } #box2 { background: #007700; float:right; } #box3 { background: #00ff00; } #box4 { background:#0077ff; float:left; } #box5 { background:#ff77ff; clear:left; } </style> <div id="box1">박스1</div> <div id="box2">박스2</div> <div id="box2">박스2</div> <div id="box3">박스3</div> <div id="box3">박스3</div> <div id="box1">박스1</div> <div id="box1">박스4</div> <div id="box5">박스5</div>
박스1박스2박스2박스3박스3박스1박스4박스52022.11.14 - float을 이용한 화면 layout 구성 Ex
'Html Css JavaScript' 카테고리의 다른 글
css display block, inline (0) 2022.11.16 css position (0) 2022.11.16 button에 style적용 예제 (0) 2022.11.16 float을 이용한 화면 layout 구성 Ex (0) 2022.11.14 레벨요소 - 블록, 인라인 (0) 2022.11.14 CSS (0) 2022.11.14 button (0) 2022.11.14 사용자 입력 input - text, sumit, reset, image, password, search, url, email, tel, checkbox, radio, number, range, data, month, week, time, datatime, datetime-local (0) 2022.11.14