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 属性较为常用 缩略图:边框和白色填充

  • 相关阅读:
    数据库事务的四大特性
    MySQL数据库高可用性架构
    java中几种访问修饰符
    zookeeper的leader选举
    zookeeper的集群部署步骤
    MySQL索引设计原则
    SpringMVC框架知识点详解
    Spring框架知识点详解
    JAVA之DAY1
    JDK
  • 原文地址:https://www.cnblogs.com/lixuchun/p/9147177.html
Copyright © 2011-2022 走看看