전체 글

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

CSS Margins

CSS Margins The CSS margin properties are used to create space around elements, outside of any defined borders. With CSS, you have full control over the margins. There are properties for setting the margin for each side of an element (top, right, bottom, and left). CSS 여백 css 여백 속성은 테두리의 바깥편, 요소의 주변의 공간을 만들기 위해 사용되어집니다. 너는 여백의 완벽한 제어권을 가진다. 요소의 각면에 대해서 여백을 설정하는 속성이 있다. Margin - Individual Sides ..

영어공부

CSS Borders

CSS Border Properties The CSS border properties allow you to specify the style, width, and color of an element's border. CSS 테두리 속성 css 테두리 속성은 너가 요소의 테두리의 색깔, 두께, 모양을 명시하기 위해 사용할수 있다. CSS Border Style The border-style property specifies what kind of border to display. 테두리 모양 border-style 속성은 보여주고자 하는 테두리의 종류를 명시한다. CSS Border Width The border-width property specifies the width of the four borde..

영어공부

CSS background-color

The background-color property specifies the background color of an element. 배경 속성은 요소의 배경색을 명시한다. With CSS, a color is most often specified by: a valid color name - like "red" a HEX value - like "#ff0000" an RGB value - like "rgb(255,0,0)" Look at CSS Color Values for a complete list of possible color values. CSS, 색깔은 자주 다음과 같이 명시 된다. ● 합당한 색깔 red 같은 ● 헥사 값 예를들면 #ff0000 같은 ● RGB 값 예를들면 rgb(255,0..

jeongsu
Park_jeong_su