Category : bootstrap

You can use the following HTML template that contains the link to the JS and CSS CDN files to the Bootstrap 5 library. This includes the CDN link to CSS and JS files from jsDelivr   &...
Read Article
If you are working with Bootstrap 5 navbar and by default you want to show menu items in the navigation bar for all screen sizes above than lg i.e. ≥992px. You can add following class to the nav...
Read Article
By default, Bootstrap 5 does not include classes for the CSS cursor properties. Here is how you can quickly add these properties which is similar to tailwindcss in your Bootstrap 5 library. @import "...
Read Article
In Bootstrap 5 there are 12 different colours available to use, and each colour has 9 different shades you can make use of. However, you can not use all these colours directly in your CSS since acc...
Read Article
In this short post, lets see how simple it is to vertically align content inside a DIV. Here is a nice little DIV in my bootstrap 5 with a little of example content. <div id="example-div" class...
Read Article
Bootstrap version 5 beta is out. There are multiple ways in which you can get started with the Bootstrap website development. The most simplest one is to import the library files via CDN; but that...
Read Article
I worked on a Bootstrap v4.4 form where the validation is done on the server-side (Laravel) and when I receive errors on the front-end (Vue), I need to apply some custom styling on the form input's to...
Read Article
This is a Step 12 of Tutorial How to Convert Bootstrap 4 Templates to Wordpress Themes . In this step we will convert the Footer Section of our Static Bootstrap template to Dynamic Wordpress Footer....
Read Article
This is the Step 11 of Tutorial How to Convert Bootstrap 4 Templates to Wordpress Themes . In this step we will convert the Contact Me Section of the static template into Dynamic wordpress theme....
Read Article
This is the Step 10 of Tutorial How to Convert Bootstrap 4 Templates to Wordpress Themes . In this step we will convert the About section of our static template into Wordpress dynamic. This is...
Read Article