7
親が大 - 中 - 小である場合、私はH2に異なるCSSを与えたいと思います。小中大の財団の異なるスタイル
ここに私のHTML:
<div class="category-box large-6 medium-6 small-12 columns">
<h2 class="category-name">My title</h2>
<div class="hide-for-small">Everything you need to know about using the framework.</div>
</div>
私は選択のこの種しようと試み:
.category-box.large-6 h2{}
.category-box.medium-6 h2{}
.category-box.small-12 h2{}
をしかし、私が望むように動作していません。