zoukankan      html  css  js  c++  java
  • Bootstrap 学习笔记

    bootstrap 下载以及演示地址:

      国内稳当翻译网站 :http://www.bootcss.com

      下载bootstrap : http://v3.bootcss.com

      下载解压后结构:

    bootstrap/
    ├── css/
    │   ├── bootstrap.css
    │   ├── bootstrap.css.map
    │   ├── bootstrap.min.css
    │   ├── bootstrap.min.css.map
    │   ├── bootstrap-theme.css
    │   ├── bootstrap-theme.css.map
    │   ├── bootstrap-theme.min.css
    │   └── bootstrap-theme.min.css.map
    ├── js/
    │   ├── bootstrap.js
    │   └── bootstrap.min.js
    └── fonts/
        ├── glyphicons-halflings-regular.eot
        ├── glyphicons-halflings-regular.svg
        ├── glyphicons-halflings-regular.ttf
        ├── glyphicons-halflings-regular.woff
        └── glyphicons-halflings-regular.woff2

      学前准备:

     

      左边是标题 bootstrap 右边是 bootstrap 说明信息 并且如果内容过多 会出现右边部分换行

    -------------------------------------------表格开始------------------------------------------

            danger     表示危险

      

        a 标签 input 标签 button 标签 都可以作为按钮使用

      表单和图片:

        

     

     

      单选框和复选框相同 radio

     

      img-thumbnail 属性较为常用 缩略图:边框和白色填充

  • 相关阅读:
    [POI2011]Lightning Conductor
    [NOI2009]诗人小G

    公告&留言板
    联合省选 2020 题解
    年末时的一些思维碎屑
    RE:ゼロから始める AFO 生活
    退役前的做题记录6.0
    2019年湖南省大学生计算机程序设计竞赛 (HNCPC2019) 简要题解
    300iq Contest 1 简要题解
  • 原文地址:https://www.cnblogs.com/lixuchun/p/9147177.html
Copyright © 2011-2022 走看看