首页
学习
活动
专区
圈层
工具
发布

bootstrap 将页面分为三列

image.png

<div class="container"> <div class="row"> <section class="content-primary col-md-5">

代码语言:javascript
复制
            </section>
            <section class="content-secondary col-md-4">

            </section>
            <section class="content-tertiary col-md-3">
             
    </section>
            </div>
        </div><!-- /.row -->
        </div><!-- /.container -->
下一篇
举报
领券