Tuesday, 15 December 2015

Bootstrap 3 Grid System in Hindi |Bootstrap3 Tutorial in Hindi

Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases. It includes predefined classes for easy layout options, as well as powerful mixins for generating more semantic layouts.

Introduction :-

Grid systems are used for creating page layouts through a series of rows and columns that house your content. Here's how the Bootstrap grid system works Bootstrap 3 Tutorials in Hindi:

Rows must be placed within a .container (fixed-width) or .container-fluid (full-width) for proper alignment and padding bootstrap 3 tutorial series in Hindi.
Use rows to create horizontal groups of columns.
Content should be placed within columns, and only columns may be immediate children of rows.
Predefined grid classes like .row and .col-xs-4 are available for quickly making grid layouts. Less mixins can also be used for more semantic layouts Bootstrap 3 Grid System in Hindi.
Columns create gutters (gaps between column content) via padding. That padding is offset in rows for the first and last column via negative margin on .rows.
The negative margin is why the examples below are outdented. It's so that content within grid columns is lined up with non-grid content Bootstrap 3 Grid System in Hindi.
Grid columns are created by specifying the number of twelve available columns you wish to span. For example, three equal columns would use three .col-xs-4.
If more than 12 columns are placed within a single row, each group of extra columns will, as one unit, wrap onto a new line.

Grid classes apply to devices with screen widths greater than or equal to the breakpoint sizes, and override grid classes targeted at smaller devices. Therefore, e.g. applying any .col-md-* class to an element will not only affect its styling on medium devices but also on large devices if a .col-lg-* class is not present.




Related Links

1. Bootstrap 3 Grid System Tutorial in Hindi 
2.Bootstrap 3 Header Tutorial in Hindi 
3.Bootstrap 3 Navigation  Tutorial in Hindi 

Bootstrap 3 Tutorials in Hindi Part-01 Getting Started

Bootstrap (currently v3.3.6) has a few easy ways to quickly get started, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.





Some Related Links

1. Bootstrap 3 Grid System Tutorial in Hindi 
2.Bootstrap 3 Header Tutorial in Hindi 
3.Bootstrap 3 Navigation  Tutorial in Hindi 


Thursday, 26 November 2015

Bootstrap Tutorial - Getting Started


Getting started
An overview of Bootstrap, how to download and use, basic templates and examples, and more.
Download
Bootstrap (currently v3.3.6) has a few easy ways to quickly get started, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.
What's included?
Bootstrap is downloadable in two forms, within which you'll find the following directories and files, logically grouping common resources and providing both compiled and minified variations.
jQuery required
Please note that all JavaScript plugins require jQuery to be included, as shown in the starter template. Consult our bower.json to see which versions of jQuery are supported.
Precompiled Bootstrap
Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:
Bootstrap source code
The Bootstrap source code download includes the precompiled CSS, JavaScript, and font assets, along with source Less, JavaScript, and documentation. More specifically, it includes the following and more:
Basic template
Start with this basic HTML template, or modify these examples. We hope you'll customize our templates and examples, adapting them to suit your needs.
Bootstrap Video Tutorial- Getting Started