下記CSSではfeaturesクラスの中のh1とcontainerを指定していますが
なぜh1を指定する際は>を使うのに、containerの場合はドットを使うのですか?
.features > h1 {
text-align:center;
padding:64x 0;
font-weight: normal;
}
.features .container {
margin:0 32px;
}
色々試してみたら分かることもあると思うのですけど
投稿2019/09/14 03:45
下記CSSではfeaturesクラスの中のh1とcontainerを指定していますが
なぜh1を指定する際は>を使うのに、containerの場合はドットを使うのですか?
.features > h1 {
text-align:center;
padding:64x 0;
font-weight: normal;
}
.features .container {
margin:0 32px;
}