float1 [CSS] Chapter 10. 레이아웃 만들기 - float 2. float 정렬 .container { width: 400px; height: 600px; border: 1px solid black; } .top { background: red; width: 400px; height: 200px; } .left { background: blue; width: 200px; height: 200px; } .right { background: green; width: 200px; height: 200px; } .bottom { background: purple; width: 400px; height: 200px; } float 속성이 있는데 이것은 레이아웃 배치를 위해서 만들어진 속성이다. html의 모든 태그들은 float이 디폴트로 none으로 부여되어 있다. 정.. 2022. 12. 29. 이전 1 다음