font-size 속성은 폰트 사이즈 속성을 설정합니다.
Summary
특징 |
설명 |
기본 값 |
medium |
상속 |
가능 |
애니메이션 |
가능 |
버전 |
CSS1 |
Definition
- font-size 속성은 폰트 사이즈 속성을 설정합니다.
Syntax
font-size : medium | xx-small | x-small | small | large|x-large | xx-large | smaller | larger | length | inherit;
Property
속성 값 |
설명 |
xx-small |
폰트 크기를 xx-small로 설정합니다. |
x-small |
폰트 크기를 x-small로 설정합니다. |
small |
폰트 크기를 small로 설정합니다. |
xx-large |
폰트 크기를 xx-large로 설정합니다. |
x-large |
폰트 크기를 x-large로 설정합니다. |
large |
폰트 크기를 large로 설정합니다. |
smaller |
폰트 크기를 smaller로 설정합니다. |
larger |
폰트 크기를 larger로 설정합니다. |
medium |
폰트 크기를 medium(기본값) 설정합니다. |
length |
폰트 크기를 CSS 단위로 설정합니다. |
percentage |
폰트 크기를 %로 설정합니다. |
inherit |
font-size의 속성 값을 상위요소한테 상속받습니다. |
Compatibility
Sample
"The grid system is an aid, not a guarantee. It permits a number of possible uses and each designer can look for a solution appropriate to his personal style. But one must learn how to use the grid; it is an art that requires practice.”
그리드 시스템은 디자인 결과를 보장하는 것이 아니라, 각기 다른 디자이너들이 자신만의 개성 있는 스타일에 적합한 해결책을 찾을 수 있도록 객관적인 방법을 제공합니다. 그리드 시스템을 활용하려면, 그리드를 사용하는 방법을 배우려고 노력해야 합니다. 그리드 연습이 필요한 예술이기 때문입니다.