使用此标记(它嵌套在其他容器中)
<div id="#club-solutions">
<h2>We Have The Solutions</h2>
<h3>OUR PROGRAMS</h3>
<p>Our programs will keep your classes packed and your members on their toes.</p>
为什么不应用以下 CSS?
#club-solutions h3 {
font-size: 0.7em;
}
#club-solutions p {
font-size: 0.8em;
}
#club-solutions a {
font-size: 1em;
}
- 他们所在的样式表被应用于标记,当我更改样式表上的其他样式时,其他更改生效。
- 我已完全关闭缓存