以下のように、span9 クラスの div に 2 つの同じ幅の div を設定したい:
<div class="span9">
<!--i want these 2 div with same width -->
<div>
Content goes here
</div>
<div>
Content goes here
</div>
</div>
<!--span9 ends -->
これを達成するためのベストプラクティスは何ですか。
どんな助けでも大歓迎です。
以下のように、span9 クラスの div に 2 つの同じ幅の div を設定したい:
<div class="span9">
<!--i want these 2 div with same width -->
<div>
Content goes here
</div>
<div>
Content goes here
</div>
</div>
<!--span9 ends -->
これを達成するためのベストプラクティスは何ですか。
どんな助けでも大歓迎です。