Development/Web, WWW(448)
-
cursor 속성, cursor 속성 값
cursor 속성해당 태그 위에 위치하는 마우스 커서의 모양을 바꿔주는 속성입니다. cursor 속성 값
-
list-style-type 미리보기
list-style-type 미리보기http://www.w3schools.com/cssref/playit.asp?filename=playcss_ol_list-style-type&preval=armenian
-
background 프로퍼티
background 프로퍼티 · background-color, background-image, background-repeat, background-position 속성들을 모두 합친 속성입니다.· 속성들은 공백으로 구분하며 “색상 이미지 repeat position” 순서로 지정합니다.
-
글꼴 관련 프로퍼티 정리
글꼴 관련 프로퍼티글꼴이나, 글자크기, 이탤릭체 표현여부 등을 지정 · font-family(글꼴종류) 프로퍼티· http://codedragon.tistory.com/4271· font-size(글꼴 크기) 프로퍼티· http://codedragon.tistory.com/4956· font-style(글꼴 스타일) 프로퍼티· http://codedragon.tistory.com/5524· font-variant (글꼴 변형) 프로퍼티· http://codedragon.tistory.com/5490· font-weight(글꼴 두께) 프로퍼티· http://codedragon.tistory.com/5442· font-stretch(글꼴 너비) 프로퍼티· http://codedragon.tistory.co..
-
CSS 지정방식(CSS의 위치에 따른 사용 방법)
CSS 지정방식(CSS의 위치에 따른 사용 방법) 태그 내부 삽입형(ln-line style) http://codedragon.tistory.com/3281 문서 내 지정형(Embedding style) http://codedragon.tistory.com/3407 외부 경로 삽입형(link style) http://codedragon.tistory.com/3408 CSS 적용범위 ln-line style
-
형제 선택자
형제 선택자자신을 제외한 모든 형제들에게 CSS 스타일을 적용합니다.