使用网格系统引导程序创建它

时间:2017-01-30 15:30:10

标签: grid system

<section class="container">
    <div class="row">
        <div class="col-md-8">
            <h4>Het Parool</h4>
            <h2>Help users choose the best online experience</h2>
        </div>
        <div class="col-md-4 float-md-right">
            <img class="preview" src="img/parool-half.png" />
        </div>
        <div class="col-md-6 float-md-left">
            <a class="btn btn-default" href="parool.html" role="button">Link</a>
        </div>
    </div>
</section>

我是bootstrap的新手,我并没有完全获得网格系统。 我在这里为桌面Desktop version

做了一个设计

我想让它在移动Mobile version

上成为现实

有人可以向我解释我该怎么做吗?

非常感谢!

0 个答案:

没有答案