HTML---CSS 글꼴,텍스트,배경,테두리 속성

2346 단어 HTML
css 글꼴 속성
font-family 에서 정 한 요소 의 글꼴 시리즈 font-size 는 글꼴 의 크기 를 설정 합 니 다 font-style 은 글꼴 의 스타일 을 설정 합 니 다 font-weight 는 글꼴 의 굵기 color 를 설정 하여 글꼴 의 색 을 설정 합 니 다.


css 텍스트 속성
text-indent 첫 줄 들 이기 text-align 텍스트 정렬 left center right justify(양 끝 정렬)word-pacing 글자 간격 letter-spacing 문자 간격 text-transform 문자 변환 none uppercase(대문자)lowercase(소문 자 대문자)capitalize(이니셜 대문자)text-decoration 텍스트 장식 none underline overline-through blink(깜빡 임)white-space 공백 처리 nowrap(강제로 줄 을 바 꾸 지 않 음)normal(기본 값)


배경 속성
background-color 배경 색 background-image 배경 그림 background-repeat 배경 반복 repeat(기본 값)repeat-x(x 축 평평 하 게 깔 기)repeat-y(Y 축 평평 하 게 깔 기)no-repeat(평평 하 게 깔 지 않 음)배경 위치[left center(왼쪽 가운데),center(가운데)]상대 위치(가로 좌표,세로 좌표)절대 포 지 셔 닝 배경 연결 배경 스크롤 fixed(고정)스크롤(기본 값)


테두리 속성
border-style/color/width 총 테두리 스타일/색상/두께 border-left-style/color/width 왼쪽 테두리 스타일/색상/두께 border-right-style/color/width 오른쪽 테두리 스타일/색상/두께 border-top-style/color/width 상단 테두리 스타일/색상/두께 border-bottom-style/color/width 하단 테두리 스타일/색상/두께

좋은 웹페이지 즐겨찾기