mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 02:00:23 +00:00
link to mdn flex doc
This commit is contained in:
parent
f5ad6e3987
commit
c449f3323a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ toc: true
|
|||
|
||||
## How it works
|
||||
|
||||
Bootstrap's grid system uses a series of containers, rows, and columns to layout and align content. It's built with flexbox and is fully responsive. Below is an example and an in-depth look at how the grid comes together.
|
||||
Bootstrap's grid system uses a series of containers, rows, and columns to layout and align content. It's built with [flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes) and is fully responsive. Below is an example and an in-depth look at how the grid comes together.
|
||||
|
||||
<div class="bd-example bd-example-row">
|
||||
<div class="container">
|
||||
|
|
|
|||
Loading…
Reference in a new issue