zoukankan      html  css  js  c++  java
  • BUILDING WITH BOOTSTRAP

    BUILDING WITH BOOTSTRAP
    Bootstrap Generalizations
    You just built an impressive webpage using the Bootstrap CSS framework. Nice work!

    Let's take a moment to review the core concepts learned in this lesson
    WEB CONCEPTS

    CSS Framework: Set of prewritten CSS rules designed to help you build webpages faster.
    Bootstrap Grid: 12 equal-sized columns which can be utilized via Bootstrap classes to build responsive page layouts quickly and reliably.
    BOOTSTRAP CLASSES

    row: Arranges HTML elements in rows, and can be useful when building headers/navigation menus, main feature sections, supporting content sections and footers.
    jumbotron: Used to create large showcase sections featuring important content.
    col-sm-*: Used to span a specified number of columns on the Bootstrap grid. The "sm" is short for "small", and maintains desired CSS layouts on small screens (tablet-sized).
    text-right: Bootstrap class used to orient text to the right side of the webpage.
    btn btn-primary: Bootstrap class used to style page elements as buttons.

  • 相关阅读:
    UPD通信
    异常处理
    网络编程-套接字(socket)
    数据分析(一)
    爬虫存储库之mongodb数据库(四)
    爬虫请求库selenium(三)
    爬虫解析库beautifulsoup(二)
    爬虫简介与request库(一)
    flask框架数据库之SQLAlchemy
    flask框架(四)
  • 原文地址:https://www.cnblogs.com/young-ma/p/7881212.html
Copyright © 2011-2022 走看看