# 继承

子元素会继承父元素的css属性
.container{color: red}
通常,跟文字相关的内容都能被继承
可以选中body元素,设置一个统一的字体font-family
background-color、width、height不能被继承