Category Archives: Bootstrap Examples Tutorials
Create badges using Bootstrap classes in HTML,PHP
Create Split Standalone Dropdown menu buttons using Bootstrap in HTML,PHP
Create horizontal menu with dropdown navigation sub menus using Bootstrap CSS classes in HTML,PHP

How to design simple horizontal style menu button group with drop down menus. Horizontal nesting buttons with drop down menus button are most commonly used navigation menus for every website who have primary menu just after header part and between header and page body section. Sub menus are used to…
Create horizontal justified auto width adjust menu button groups using bootstrap in HTML,PHP

How to make menus that will automatically adjust itself with bootstrap. In this tutorial we are creating horizontal button groups with an amazing feature called as Justified. Means it can automatically adjust the buttons width according to buttons amount. The more buttons you have add into that div, every button…
Create vertical menu Button groups using Bootstrap classes in HTML,PHP

How to make vertical alignment top to bottom buttons like vertical menus with bootstrap. Bootstrap .btn-group-vertical class gives us the facility to design vertical buttons in top to bottom groups same as vertical menus. We can use this class to create multiple type of button menus with also supports responsive feature.…
Create horizontal menu Button Groups using Bootstrap in HTML,PHP

How to make horizontal button groups with use of Bootstrap CSS classes in web page. In this tutorial we are creating horizontal button groups. These groups are mostly used to show multiple buttons within a single horizontal line. The class name for creating horizontal button groups is .btn-group . This class…