How to Customize Bootstrap Colors
A common Bootstrap customization request is changing the default color scheme. You have a few options depending on how you are using Bootstrap in your project. 1. Link to CDN - Find and Replace... Continue Reading
Category: Tutorials
Bootstrap 5 & 4 Breakpoints – Media Queries [code snippet]
Bootstrap 5 introduces a new breakpoint to the grid system XXL. Below are the Bootstrap media queries used for the grid system breakpoints for you to add to your projects CSS file to customize... Continue Reading
Category: Code Snippets
Bootstrap 4 Grid Flexbox Tutorial with Layout Examples
The most important element of any CSS framework is the grid system. The Bootstrap 4 grid system has been used on many websites worldwide which makes it extremely stable. This cross-browser support is... Continue Reading
Category: Tutorials
How to Reorder Columns with Bootstrap 4 Order Classes
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
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
Sparky Bootstrap 3 Sass Starter Project and Tutorial
It was a challenge for me to understand Grunt, Sass, and GitHub. So I decided to share a starter project I use for each Bootstrap 3 Sass project as well as a video tutorial series to help you learn... Continue Reading
Category: Articles
How to Change the Bootstrap Text Size and Make the Font Size Responsive
Do you want to adjust the default font sizes in Bootstrap 4? You can either adjust the Sass variables or write new CSS styles to override the default values. In this tutorial, I will provide... Continue Reading
Category: Common Questions
What Are the Pros and Cons of Using Bootstrap in Web Development?
Is a CSS Framework Like Bootstrap Even Necessary? If you are new to CSS frameworks, you are probably wondering what the benefits are of using Bootstrap in your project. Prior to using Bootstrap, I... Continue Reading
Category: Articles
Which framework is better, W3.CSS or Bootstrap?
Both of these are essentially style guides. A way of doing things. I recommend Bootstrap because of the following points. The large number of websites currently using it The large number... Continue Reading
Category: Common Questions
When Will Bootstrap 4 Be Released?
Update Bootstrap 4 is now out of Beta and stable v4.0.0. Learn more I recommend keeping track of the project milestones to gauge the progress. Track Bootstrap Milestones As of 5/24/2017 the Beta... Continue Reading
Category: Common Questions