언어공부/python27 CSS_display 속성 설명 잘 되어 있는 블로그 http://aboooks.tistory.com/85 2018. 8. 1. justify-content align-items 완전정복 The X and Y axis / alignment direction can change depending if you are using flex-direction:row or column1. justify-content: HorizontalAlignment & Spacing along primary axis (X-axis)flex-start; Align children horizontally leftflex-end; Align children horizontally rightcenter; Align children horizontally centered (amaze!)space-between; Distribute children horizontally evenly across entire widthsp.. 2018. 4. 24. box-sizing The box-sizing property can be used to adjust this behavior: content-box gives you the default CSS box-sizing behavior. If you set an element's width to 100 pixels, then the element's content box will be 100 pixels wide, and the width of any border or padding will be added to the final rendered width. border-box tells the browser to account for any border and padding in the values you specify fo.. 2018. 4. 3. CSS position http://www.beautifulcss.com/archives/787 여기 설명이 가장 잘 되어있는듯! 2018. 4. 3. 이전 1 2 3 4 ··· 7 다음