Create Responsive Navbar without Bootstrap Creating a responsive navbar with bootstrap is super easy. You just have to copy the navbar element from their site,... CSS, Javascript
Shrink Sticky Navbar on Scroll Down – Bootstrap 4 Bootstrap navigation bar height is dependent on the height and padding of the following elements Brand name/logoLine height on any element... Bootstrap, CSS, Javascript, Theme Development
Fix – “Webpack is Not Recognized” Error in Windows It is quite common to come across this error while using webpack on windows environment for the first time. It... Javascript
Creating a Full Screen Overlay using Jquery and CSS Recently i had to work in a project where this full screen overlay had to be shown with just a... CSS, Javascript, Programming
Remove an Element from an Array in Javascript The simplest way to remove a particular element from an array in Javascript is to use the “splice()” method. First find... Javascript, Programming