美文网首页
bootstrap总结

bootstrap总结

作者: 帅气的昵禾尔_ | 来源:发表于2017-10-25 21:50 被阅读0次

一.栅格系统

1.1屏幕分辨率和对应的类名。

分为col-xs-n col-sm-n col-md-n col-lg-n 从左到右分别是768.992.1200左右的范围。

1.2栅格系统必须写在container、container-fluid(全屏)两个类容器中。然后是row和份数。

    <div class="container-fluid">
      <div class="row">
        <!-- 列的排序pull左移,push右移 -->
        <div class="col-md-offset-2 col-md-4 col-lg-10 col-xs-3" >
          我站六分
        </div>
        <div class="col-md-4 col-1g-9">
          我也站六分
        </div>

      </div>
    </div>

相关文章

  • Bootstrap学习资源

    bootstrap笔记总结 Bootstrap入门笔记之(三)栅格系统 我的Bootstrap笔记,常用类名知...

  • bootstrop总结上 一、 什么是Bootstrap? Bootstrap,来自 Twitter,是目前最受欢...

  • 使用datetimepicker

    基于bootstrap的datetimepicker插件总结datetimepicker用法总结 应用 1.首先 ...

  • Bootstrap总结

    Bootstrap 是一个用于快速开发 Web 应用程序和网站的前端框架。Bootstrap 是基于 HTML、C...

  • bootstrap总结

    1,导航栏:和导航栏有关的class有navbar navbar-inverse navbar-default n...

  • bootstrap总结

    *Bootstrap是Twitter推出的一个开源的用于前端开发的工具包。它由Twitter的设计师Mark Ot...

  • bootstrap总结

    一.栅格系统 1.1屏幕分辨率和对应的类名。 分为col-xs-n col-sm-n col-md-n col-l...

  • bootstrap总结

    `bootstrap总结base css 我分为了几大类 1,列表 .unstyled(无样式列表),.dl-ho...

  • bootstrap总结

    `bootstrap总结base css 我分为了几大类 1,列表 .unstyled(无样式列表),.dl-ho...

  • Bootstrap学习总结

    这篇文章是本人对于学习Bootstrap的一些总结,在此分享给大家。 1. Bootstrap是什么? Boot...

网友评论

      本文标题:bootstrap总结

      本文链接:https://www.haomeiwen.com/subject/eqbcpxtx.html