2

私の Web ページには、中央にロゴ/リードがあり、ロゴ/リードの下に 2 つの div があります。ロゴ/リードに従って、divを中央に配置したいと考えています。

Twitter Bootstrap のスパンを使用して div を中央に配置しようとしましたが、まだ div は真に中央に配置されていません。

    <div class="row-fluid marketing">
        <div class="span3"></div>
        <div class="span3 text-glow-hover-with-delay">
            <h2><i class="icon-beaker"> </i> Genuinely Tested</h2>
            <p>
                Guru has undergone an enormous amount of testing
                <br />
                via <a href="http://junit.org" rel="tooltip" data-toggle="tooltip" data-placement="bottom" title=""
                data-original-title="Visit their website!">JUnit</a>; the programmer-oriented testing framework.
            </p>
        </div>
        <div class="span4 text-glow-hover-with-delay">
            <h2><i class="icon-book"> </i> Full Documentation</h2>
            <p>
                We provide full-source/full-documentation for our users.
            </p>
        </div>
    </div>

さらに詳しい情報が必要な場合は、次の Web サイトを参照してください: http://guru.jire.org

4

2 に答える 2