본문 바로가기
스프링 관련/웹프로그래밍

css 속성 정리(폰트, 타이포그래피)

by 문자메일 2017. 2. 21.

font-size


단위 

px : 크기가 고정

em : 브라우저의 설정에 따라 폰트의 크기가 달라짐

rem : 브라우저의 설정에 따라 폰트의 크기가 달라짐 (사용 권장!)



color

color:red or #ffffff;   이름 or 16진수

rgv(0,0,0)                  RGB방식


text-align


text-align:left or right or center or justify(양쪽이 균등하게 보임)


font


font-fmaily : arial, vendana, "Helvetica Neue", monospace;   

용할폰트 1, 2, 3순위와 글꼴 장식(Serif, Sans-serif)


font-weight : bold;

line-height : 1.2(기본값)  줄간격

font : 여러 속성들을 축약형으로 표현하는 속성

형식 : font: font-style font-variant font-weight font-size/line-height font-family|caption|icon|menu|message-box|small-caption|status-bar|initial|inherit; 


font : font-size,  font-fmaily 는 필수이다!


댓글