如何获得 bootstrap 4 24 网格 [英] How to get bootstrap 4 24 grid

查看:38
本文介绍了如何获得 bootstrap 4 24 网格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道哪里可以下载最新的bootstrap 4-0-0 beta的24格版本?我不想使用 sass,并且在引导程序网站中找不到自定义选项.

解决方案

您可以使用 自动布局列,或通过组合 12 列网格..

https://www.codeply.com/go/nnf7toD1E2

 

<div class="col">1

<div class="col">2

<div class="col">..

<div class="col">24

或者,您可以通过更改 $ 生成自定义 CSS 构建网格列变量为 24.

Does anyone know where to download 24 grid version of newest bootstrap 4-0-0 beta? I don't want to use sass, and I cant find customize option in bootstrap website.

解决方案

You can create 24-columns grid using the auto-layout columns, or by combining the 12-column grid..

https://www.codeply.com/go/nnf7toD1E2

 <div class="row">
        <div class="col">
            1
        </div>
        <div class="col">
            2
        </div>
        <div class="col">
            ..
        </div>
        <div class="col">
            24
        </div>
 </div>

Or, you can generate a custom CSS build by changing the $grid-columns variable to 24.

这篇关于如何获得 bootstrap 4 24 网格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
其他开发最新文章
热门教程
热门工具
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆