Bootstrap Classes
  • Bootstrap 5 Classes
  • Bootstrap 4 Classes
  • Bootstrap 3 Classes
  • Resources
    • CSS Properties List
    • Flexbox CSS Cheat Sheet
    • Bootstrap Icons Cheat Sheet
    • Code Snippets
    • Bootstrap Books
  • Tools

Advertise Your Business Here

Click here to learn more ➔

Web Design & Development Blog

Articles on Bootstrap and web development.

How to Reorder Columns with Bootstrap 4 Order Classes

bootstrap push pull column ordering

With Bootstrap 4 column ordering it is best to start out understanding how the natural or default column ordering works. When your browser reads your HTML code it reads from the top and works its way... Continue Reading

Category: Tutorials

How to Detect and Run JavaScript When Bootstrap Media Query Breakpoints Change

How to Run JavaScript When Bootstrap 3 Breakpoints Change

Update: I created a small jQuery plugin that adds media query detection for Bootstrap 3 and 4 projects. You can learn more about IfBreakpoint.js here. Have you ever wanted to trigger some javascript... Continue Reading

Category: Tutorials

How can I find a full Bootstrap class reference with descriptions?

I recently put together a desk reference of all of the Bootstrap CSS classes. It also includes sample code snippets of frequently used components. The download page also has a sortable table to... Continue Reading

Category: Common Questions

How Do I Make an Image Responsive in Bootstrap 4?

.img-fluid <img src="https://dummyimage.com/600x400/000/fff" alt="placeholder image" class="img-fluid" /> In Bootstrap 4 you would use the .img-fluid class on all images you would like to be... Continue Reading

Category: Common Questions

Bootstrap 4 Img Responsive Class Example

In Bootstrap 3 you would use the class .img-responsive but in Bootstrap 4 this class name has been renamed to .img-fluid View on codepen How to create a responsive image in Bootstrap... Continue Reading

Category: Common Questions

What Are the Bootstrap 4 Text Font Sizes and How Do You Change Them?

Screen Shot 2018 05 03 at 5.09.57 AM

Bootstrap's font sizes are calculated off of the body font size by using rem values. If you change the body font size all styles will be increased/decreased automatically. Rem stands for "root em"... Continue Reading

Category: Common Questions

Should I use my own CSS or Bootstrap?

own css or bootstrap

Does your website or application have any of the following? Paragraphs, tables, buttons, lists, tabs, headings, responsive embeds, images, responsive breakpoints, etc. The main benefit of using... Continue Reading

Category: Common Questions

What does Bootstrap 4 data-toggle=”dropdown” do?

Have you ever noticed data-toggle="dropdown" in Bootstrap 4 dropdown code sections and wondered what this does? Bootstrap includes a CSS stylesheet and JS full of functions to add click... Continue Reading

Category: Common Questions

How To Center a div Horizontally in Bootstrap 4 & 5

Screen Shot 2019 08 14 at 5.20.13 AM

It is very common in web design layouts to horizontally center a column in a row or container. But how do you do that using Bootstrap classes? Below are some different ways you can achieve this... Continue Reading

Category: Common Questions

How to Setup a Virtual Server Using Wamp

Pasted into How to Setup a Virtual Host Using Wamp 3

Create your project directory c:/wamp/www/project-name Open Wamp & Click Add a Virtual Host Fill out both of the inputs outlined in read enter the name of your site. I use... Continue Reading

Category: Common Questions

  • « Previous Page
  • 1
  • 2

Categories

  • Articles
  • Code Snippets
  • Common Questions
  • Newsletter
  • Press Releases
  • Tutorials

Topics

  • Bootstrap CSS Frontend Framework
  • Web Design
  • Web Development
  • WordPress CMS

Advertise Your Business Here

Click here to learn more ➔

What is Bootstrap?

Bootstrap is a free, open-source collection of tools (HTML, CSS, and JavaScript) that provides pre-built styles and components for designing and developing responsive websites. It's particularly popular among both beginners and experienced developers due to its simplicity, speed, and flexibility.


©2026 Bootstrap Creative LLC - Created and maintained by Jake Lett