gpt4 book ai didi

html - 试图了解内部 div 何时自动从父 div 继承

转载 作者:行者123 更新时间:2023-11-28 12:55:44 24 4
gpt4 key购买 nike

我有一个简单的 css 文件:

.center {
margin-left: auto;
margin-right: auto;
width: 33%;
}

和带有几个 div 的简单 HTML:

<div class="center">
<div> some text here </div>
</div>

现在我期待内部 div 从父级继承 margin 和 width 属性,但那没有发生。我正在尝试以适当的方式重新学习 CSS,因此对这些看似次要但重要的事情很感兴趣。谢谢

最佳答案

只有某些 CSS 属性会继承。

我在此线程上从@Blender 借用了一个列表。 <强> Which CSS properties are inherited?

azimuth
border-collapse
border-spacing
caption-side
color
cursor
direction
elevation
empty-cells
font-family
font-size
font-style
font-variant
font-weight
font
letter-spacing
line-height
list-style-image
list-style-position
list-style-type
list-style
orphans
pitch-range
pitch
quotes
richness
speak-header
speak-numeral
speak-punctuation
speak
speak-rate
stress
text-align
text-indent
text-transform
visibility
voice-family
volume
white-space
widows
word-spacing

关于html - 试图了解内部 div 何时自动从父 div 继承,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22521352/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com