Showing posts with label Bootstrap 3 Tutorials in Hindi. Show all posts
Showing posts with label Bootstrap 3 Tutorials in Hindi. Show all posts

Friday, 8 January 2016

Bootstrap 3 Tutorials in Hindi | Bootstrap 3 Typography in Hindi

Bootstrap Typography

Bootstrap Headings

All HTML headings, <h1> through <h6>, are available. .h1 through .h6 classes are also available, for when you want to match the font styling of a heading but still want your text to be displayed inline.

h1. Bootstrap heading                                       Semibold 36px

h2. Bootstrap heading                                      Semibold 30px

h3. Bootstrap heading                                       Semibold 24px

h4. Bootstrap heading                                       Semibold 18px

h5. Bootstrap heading                                      Semibold 14px

h6. Bootstrap heading                                       Semibold 12px

--------------------------------------------------------------------------------------------------------------------------------------------------------------------

<h1>h1. Bootstrap 3 Tutorials in Hindi heading</h1>

<h2>h2. Bootstrap 3 Tutorials in Hindi heading</h2>

<h3>h3. Bootstrap 3 Tutorials in Hindi heading</h3>

<h4>h4. Bootstrap 3 Tutorials in Hindi heading</h4>

<h5>h5. Bootstrap 3 Tutorials in Hindi heading</h5>

<h6>h6. Bootstrap 3 Tutorials in Hindi heading</h6>

 

 

 


Tuesday, 15 December 2015

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