Select Page

Tag: Bootstrap

Why use front-end frameworks like Bootstrap 5?

Why use front-end frameworks like Bootstrap 5?

Why use front-end frameworks like Bootstrap 5? Front-end frameworks have become a crucial part of modern web development. They offer a set of tools and components that simplify the process of creating professional, responsive, and user-friendly websites. One of the...
Bootstrap 5 Starter Template

Bootstrap 5 Starter Template

Here is a copy of the Bootstrap 5 starter template from their website. Bootstrap 5 got released on May 5, 2021, and I have liked it so far. One thing that old Bootstrap user may have noticed is that they no longer are using jQuery (JavaScript library designed to...
How to create sidebar navigation for Bootstrap 5 ?

How to create sidebar navigation for Bootstrap 5 ?

After adding CSS – Fixed left sidebar navigation Hello there, initially this was just a mental concept where I got an idea to create a fixed left-sidebar navigation for my tools site (free online web development tools)...
Bootstrap Slider – Good jquery slider plugin

Bootstrap Slider – Good jquery slider plugin

Bootstrap Slider – Good jquery slider plugin The bootstrap slider is a good option to add slider elements to your website. JQuery is optional and the plugin can operate with or without jQuery. I have used it in a couple of my freelance projects. Github:...
How to create your own animation for Bootstrap 4 Modal?

How to create your own animation for Bootstrap 4 Modal?

Hello there, today I met a situation where I had to change the animation of a bootstrap 4 modal and figured out this solution. I added a zoom-in animation with a playtime of 1.5 seconds to the modal. Please have a look at it in the demo below. DEMO Open demo in a full...