Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Responsive Web Design by Example

You're reading from   Responsive Web Design by Example Embrace responsive design with HTML5, CSS3, JavaScript, jQuery and Bootstrap 4

Arrow left icon
Product type Paperback
Published in Dec 2017
Publisher Packt
ISBN-13 9781787287068
Length 292 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Author (1):
Arrow left icon
Frahaan Hussain Frahaan Hussain
Author Profile Icon Frahaan Hussain
Frahaan Hussain
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. What is Responsive Web Design? 2. What is Bootstrap, Why Do We Use It? FREE CHAPTER 3. Reusable Project Template 4. Creating the Introduction Section 5. Creating a Generic Reusable Single Page Section 6. Creating a Contact Us Section 7. Creating the Blog Posts Home Page 8. Creating the Blog Posts Page 9. Adding a Sidebar to the Social Network 10. Creating the Home page in Our Social Network 11. Creating the User's Profile Page 12. Displaying Thumbnails of Our Photos 13. Opening Images Using a Light Box 14. Other Books You May Enjoy

Bootstrap's grid system

This section will cover what a responsive grid system is and how it is implemented with Bootstrap.

First, let's cover what a grid system is in general, regardless of the framework you choose to develop your amazing website on top of. Without using a framework, CSS would be used to implement the grid. However, a framework like Bootstrap handles all of the CSS side and provides us with easy-to-use classes. A responsive grid system is composed of two main elements:

  • Columns: These are the horizontal containers for storing content on a single row
  • Rows: These are top level containers for storing columns

Your website will have at least one row, but it can have more. Each row can contain containers that span a set number of columns. For example, if the grid system had 100 columns, then a container that spans 50 would be half the width of the browser...

You have been reading a chapter from
Responsive Web Design by Example
Published in: Dec 2017
Publisher: Packt
ISBN-13: 9781787287068
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime