문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
wiki:css:css_note:css_float_examples [2021/07/26 15:57] emblim98 [예제] |
wiki:css:css_note:css_float_examples [2023/01/13 18:44] (현재) |
||
---|---|---|---|
줄 15: | 줄 15: | ||
======Grid of Boxes / Equal Width Boxes====== | ======Grid of Boxes / Equal Width Boxes====== | ||
'' | '' | ||
- | ====예제==== | + | ==== Example |
<code css> | <code css> | ||
< | < | ||
줄 54: | 줄 54: | ||
<p> | <p> | ||
- | Note that w also us the clearfix hack to take care of the layout flow, and that add the box-sizing property to make sure that the box doesn' | + | Note that w also us the clearfix hack to take care of the layout flow, |
- | | + | |
+ | | ||
</p> | </p> | ||
</ | </ | ||
</ | </ | ||
- | \\ | + | |
- | ====3개의 플로팅 박스를 | + | ====What is box-sizing? |
+ | 3개의 플로팅 박스를 나란히 | ||
+ | 하지만 각 박스의 너비를 | ||
+ | '' | ||
+ | 패딩이 상자 내부에 유지되고 깨지지 않도록 할 수 있습니다.\\ | ||
===='' | ===='' | ||
\\ | \\ |