Bootsrap网格系统

时间:2019-07-02 13:02:33

标签: html bootstrap-4 grid

在主要部分中,我需要放在一边,在文章部分中,用行冒号分隔它们,但到目前为止,我无法使其起作用。

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">



<main>
    <div class="row">
        <aside>
            <div class="col-lg-4">
                test
            </div>
        </aside>

        <article>
            <div class="col-lg-8">
                test
            </div>
        </article>
    </div>
</main>

0 个答案:

没有答案
相关问题