전체 글

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

CSS Fonts

The CSS font properties define the font family, boldness, size, and the style of a text. font 속성은 텍스트의 모양과 사이즈 딱딱함의 정도 폰트의 족보를 정의한다. CSS Font Families In CSS, there are two types of font family names: generic family - a group of font families with a similar look (like "Serif" or "Monospace") font family - a specific font family (like "Times New Roman" or "Arial") 폰트 족보 (족보라는 표현이 맞는지 모르겠네..) 2가지 ..

영어공부

CSS Text

Text Color The color property is used to set the color of the text. The color is specified by: a 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. The default text color for a page is defined in the body selector. 글자색 color의 속성은 글자의 색을 설정하기 위해 사용되어진다. 색은 다음과 같이 명시되어진다. 가능 한 색의 값을 확인하기 위해선..

영어공부

CSS Outline

CSS Outline An outline is a line that is drawn around elements, OUTSIDE the borders, to make the element "stand out". 바깥선은 요소의 주변의 그려진 선이다 ( 요소를 두두러지게 만들기 위해 테두리 바깥에 있는 선 ) Note: Outline differs from borders! Unlike border, the outline is drawn outside the element's border, and may overlap other content. Also, the outline is NOT a part of the element's dimensions; the element's total width and h..

jeongsu
Park_jeong_su