列不在HTML中排列

时间:2016-12-30 16:59:01

标签: html drupal-7

我是HTML的新手,并被要求弄清楚如何在Drupal 7网站上工作。

虽然我知道一些基本的HTML,但我正在尝试创建一个包含三列对齐的基本页面。 我在谷歌上使用了这个HTML代码,但这些列并没有均匀排列。

<div class="row">
    <div class="col-md-4">
        <h3>
            ANGLED STYLE (TYPE 29)</h3>
        Maximum aggression for fast stock removal. Used on both flat surface and edge work. The angle provides greater surface contact for stock removal on flat surfaces.</div>
    <div class="col-md-4">
        <h3>
            &nbsp;</h3>
        <h3>
            FLAT STYLE (TYPE 27)</h3>
        <p>Smooth grinding, blending and finishing. Used primarily on flat surfaces and slight contours.</p>
    </div>
    <div class="col-md-4">
        <h3>
            &nbsp;</h3>
        <h3>
            MORE TEXT</h3>
        <p>Some more text here.</p>
        </div>
</div>

当我尝试谷歌修复时,我不断看到网格或表格的答案。

任何人都可以帮助我或指出我正确的方向吗?

Screen shot of the rows

0 个答案:

没有答案