1. Basic principles:
1. Think of the screen as a grid/grid/cell/composition arranged in an orderly manner along the horizontal and vertical directions;
2. All data must be placed in the grid;
3. Use responsive layout, mobile settings take priority
2. Screen resolution division basis
1. ( screen
2. (768px
3. (992px
4. (1200
2. Implementation principle
1. The first step: a container must be created, class="container"
2. The second step: a row must be created, class="row"
3. The third step : A grid must be created, class="col-md-x", taking a medium screen as an example, the critical point is 992px
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="dist/css/bootstrap.css"> <script src="jquery-3.2.1.js"></script> <script src="dist/js/bootstrap.js"></script> <title>栅格布局系统</title> <style> .grid { border: 1px solid #696969; border-radius: 5px; background-color: lightskyblue; min-height: 30px; text-align: center; line-height: 30px; } .green { background-color: lightgreen; } .pink { background-color: lightpink; } </style> </head> <body> <div class="container"> <h4 id="整行">整行:</h4> <div class="row"> <div class="col-md-12 grid">内容</div> </div> <h4 id="二等分">二等分:</h4> <div class="row"> <!--<div class="col-md-6 grid">内容</div>--> <!--大屏39分--> <!--<div class="col-md-6 col-lg-3 grid green">内容</div>--> <!--小屏48分--> <div class="col-md-6 col-lg-3 col-sm-4 grid green">内容</div> <!--<div class="col-md-6 col-sm-8 grid">内容</div>--> <!--<div class=" col-md-6 grid">内容</div>--> <!--<div class=" col-md-6 col-lg-9 grid pink">内容</div>--> <div class=" col-md-6 col-lg-9 grid col-sm-8 pink">内容</div> <!--<div class=" col-md-6 col-sm-4 grid">内容</div>--> </div> <h4 id="三等分">三等分:</h4> <div class="row"> <div class="col-md-4 grid">内容</div> <div class="col-md-4 grid">内容</div> <div class="col-md-4 grid">内容</div> </div> <h4 id="四等分">四等分:</h4> <div class="row"> <div class="col-md-3 grid">内容</div> <div class="col-md-3 grid">内容</div> <div class="col-md-3 grid">内容</div> <div class="col-md-3 grid">内容</div> </div> <!--<h4 id="五等分-除-除不尽-不用五等分">五等分:12除5除不尽,不用五等分</h4>--> <h4 id="六等分">六等分:</h4> <div class="row"> <div class="col-md-2 grid">内容</div> <div class="col-md-2 grid">内容</div> <div class="col-md-2 grid">内容</div> <div class="col-md-2 grid">内容</div> <div class="col-md-2 grid">内容</div> <div class="col-md-2 grid">内容</div> </div> <h4 id="四八开">四八开:</h4> <div class="row"> <div class="col-md-4 grid">内容</div> <div class="col-md-8 grid">内容</div> </div> <h4 id="三九开">三九开:</h4> <div class="row"> <div class="col-md-3 grid">内容</div> <div class="col-md-9 grid">内容</div> </div> </div> </body> </html>
[Related video recommendations: Bootstrap tutorial】
The above is the detailed content of Bootstrap grid layout system example. For more information, please follow other related articles on the PHP Chinese website!

I got this question the other day. My first thought is: weird question! Specificity is about selectors, and at-rules are not selectors, so... irrelevant?

Yes, you can, and it doesn't really matter in what order. A CSS preprocessor is not required. It works in regular CSS.

You should for sure be setting far-out cache headers on your assets like CSS and JavaScript (and images and fonts and whatever else). That tells the browser

Many developers write about how to maintain a CSS codebase, yet not a lot of them write about how they measure the quality of that codebase. Sure, we have

Have you ever had a form that needed to accept a short, arbitrary bit of text? Like a name or whatever. That's exactly what is for. There are lots of

I'm so excited to be heading to Zürich, Switzerland for Front Conference (Love that name and URL!). I've never been to Switzerland before, so I'm excited

One of my favorite developments in software development has been the advent of serverless. As a developer who has a tendency to get bogged down in the details

In this post, we’ll be using an ecommerce store demo I built and deployed to Netlify to show how we can make dynamic routes for incoming data. It’s a fairly


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

WebStorm Mac version
Useful JavaScript development tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Atom editor mac version download
The most popular open source editor