전체 글

박정수가 공부한 자료를 남기기 위한 블로그
영어공부

CSS Box Model

The CSS Box Model All HTML elements can be considered as boxes. In CSS, the term "box model" is used when talking about design and layout. The CSS box model is essentially a box that wraps around every HTML element. It consists of: margins, borders, padding, and the actual content. The image below illustrates the box model: css 박스 모델 html의 모든 요소는 box 로서 고려되어질 수 있다. box 모델의 용어는 디자인과 레이아웃에 대해서 이야기..

영어공부

CSS Height and Width

CSS Setting height and width The height and width properties are used to set the height and width of an element. The height and width properties do not include padding, borders, or margins. It sets the height/width of the area inside the padding, border, and margin of the element. css 높이와 넓이 설정하기 높이와 넓이 속성은 요소의 높이와 넒이를 설정하기 위해 사용되어진다. 높이 넓이 속성은 패딩과 경계선 마진을 포함하진 않는다. 이것은 요소의 패딩 마진 경계선 내부의 영역의 높이와..

영어공부

CSS Padding

CSS Padding The CSS padding properties are used to generate space around an element's content, inside of any defined borders. With CSS, you have full control over the padding. There are properties for setting the padding for each side of an element (top, right, bottom, and left). css 충전재( 그냥 패딩..? ) css padding 속성은 요소 내용물 ( 경계선 안쪽에 정의된 ) 주변에 공간을 만들기 위해 사용되어진다. 너는 패딩의 완벽한 제어권을 가질수 있다. 요소의 위, 오른쪽,..

jeongsu
Park_jeong_su