邯郸个人网站建设,微信被不明android账号登录,湖南网站制作团队,凡科手机网站建设今天来总结一点关于css中哪些属性可以被继承#xff0c;哪些不可以被继承。不是很全#xff0c;仅供大家参考#xff0c;也方便于自己以后复习。 一、不能被继承的属性
1、display#xff1a;规定元素应该生成的框的类型
2、文本属性#xff1a; vertical-align、 text… 今天来总结一点关于css中哪些属性可以被继承哪些不可以被继承。不是很全仅供大家参考也方便于自己以后复习。 一、不能被继承的属性
1、display规定元素应该生成的框的类型
2、文本属性 vertical-align、 text-decoration、text-shadow 等
3、盒子模型的属性 width、height、margin 、border、border-style、padding 等
4、背景属性 background、background-color、background-image、background-repeat、background-position、background-attachment 等
5、定位属性 float、clear、position、top、left、right、bottom、overflow、z-index 等 二、能被继承的属性
1、字体系列属性 font、font-family、font-weight、font-size、font-style 等
2、文本系列属性 text-indent、 color、text-align、line-height、word-spacing 等
3、元素可见性visibility
4、光标属性cursor
5、列表布局属性list-style