Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/lesson/bootstrap-tutorial-of-bootstrap-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Besides, Bootstrap gives you a dozen of new elements that you would normally wan
## Layouts: Solving the Box Model


One of the broken things in CSS is the way that layouts work working with **float**, **display** and **position** sucks. This is how Bootstrap solved it:
One of the broken things in CSS is the way that layouts work, working with **float**, **display** and **position** sucks. This is how Bootstrap solved it:

## Everything is now divided into Rows and Columns.

Expand Down