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 는 필수이다!
'스프링 관련 > 웹프로그래밍' 카테고리의 다른 글
JavaScript (0) | 2017.02.27 |
---|---|
css 상속, cascading, 레이아웃, box-sizing, 마진겹침, 포지션 (0) | 2017.02.22 |
css 선택자 정리 (0) | 2017.02.21 |
자바스크립트 내용 정리 (0) | 2017.02.19 |
폰트 어썸(font-awesome) CDN파일 링크 연결 주소 (0) | 2017.02.18 |
댓글