css中不能被继承的元素属性有哪些

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 等。

推荐:css文档

以上就是css中不能被继承的元素属性有哪些的详细内容,更多请关注易知道|edz.cc其它相关文章!

推荐阅读