- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Wrap a page's content with Bootstrap
To wrap a page's content, use the .container class,
<div class = "container"> ... </div>
The following is the .container class in bootstrap.css file:
.container{ padding-right: 20px; padding-left: 20px; margin-right: auto; margin-left: auto; }
- Related Articles
- Show content with Bootstrap
- Hide content with Bootstrap
- Set key content with Bootstrap 4 card
- Wrap flex items in Bootstrap
- Bootstrap 4 .flex-wrap class
- Display the collapsible content by default with Bootstrap
- Hide content depending on screen size with Bootstrap
- Set less important content with Bootstrap 4 card
- Bootstrap 4 .flex-*-wrap class implementation
- Bootstrap 4 .flex-wrap-reverse class
- Wrap Strings of Text in Bootstrap Navbar
- Activate the content as a Bootstrap modal
- Bootstrap 4 .justify-content-* class
- Wrap flex items in reversed order in Bootstrap
- What is difference between FillParent and wrap content in android?

Advertisements