
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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; }
Advertisements