상속

유호익·2020년 11월 23일
0

css

목록 보기
6/11
상속(inheritance)


상속되는 속성들(properties)
-font
	font-size
    font-weight
    font-style
    line-height
	font-family
-color
-text-align
-text-indent
-text-decoration
-letter-spancing
-opacity
등


강제상속
	- 상속되지 않는 속성값도 inherit이라는 값을 사용하여 강제 상속시킬수있다.
    자식을 제외한 후손에게는 적용되지 않으며 모든 속성이 강제 상속을 사용할 수 있는 것은 아니다.
   a{position: inherit;}
    
profile
There's more to do than can ever be done

0개의 댓글