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.

  • 相关阅读:
    Gym
    Gym
    Gym 101147B
    巴什博弈入门
    Hihocode 1304
    hihocoder 1441
    web前端
    ajax json html 结合
    关于获取各种浏览器可见窗口大小:
    原生JS 购物车及购物页面的cookie使用
  • 原文地址:https://www.cnblogs.com/young-ma/p/7881212.html
Copyright © 2011-2022 走看看