What is Flexbox?

The Flexible Box Layout Module aka “Flexbox”, makes it easier to design flexible responsive layout structure without using float or positioning. Based on the article from W3 Schools, I provide some examples of how to use Flexbox. With Flexbox, the outer layer is called a flex container with its display parameter set to “flex” in …

What’s New in Bootstrap 5

Bootstrap the wildly popular customizable responsive frame work based on twitter. Version 5 was released May 5, 2021. This version has some great updates and should be a smoother transition than from Bootstrap 3-4. Here is a quick list of some of the new changes New look and feel More explanation on customization Expands on …

Create a Bootstrap div table

We recently were working on a project and we wanted to have a Bootstrap 4 div grid display like a table. To address this, we turned to the versatility of Bootstrap 4 Grid, utilizing the power of div elements to create a grid system that not only ensures a responsive layout but also mimics the …