Tag: Bootstrap
Misc, UI Components
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...
Misc, Starter Templates
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...
Misc
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)...
Misc
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:...
Misc
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...