Tag: customize navbar bootstrap

  • Customize Navbar Bootstrap 4 tutorial 2018

    Customize Navbar Bootstrap 4 tutorial 2018

    [ad_1] https://i.ytimg.com/vi/rgukBRi1CSU/hqdefault.jpg In this video, I’m going to tell you how to customize bootstrap 4 navbar.How to change the background color, font color, and toggle button. how to change orientation. ———————————————————————————————————– CSS code for this program: .my-nav{background-color: forestgreen;} .my-nav .navbar-brand{color: aliceblue;} .my-nav .navbar-brand:hover{color:aquamarine;} .my-nav .nav-link{color: aliceblue;} .my-nav .nav-link:hover{color: aquamarine;} .my-nav .dropdown-menu{background-color: lightpink;} .my-nav .active{background-color: green;}…

  • scrolling effect on Navbar -bootstrap 4 tutorial

    scrolling effect on Navbar -bootstrap 4  tutorial

    [ad_1] https://i.ytimg.com/vi/cskDxDRD1Kw/hqdefault.jpg In this video, I am going to tell you how to create scrolling navbar effect using bootstrap 4.Full down the page the active class of the navbar change according to the part, you are showing in the webpage. For that, I am going to use have good stuff, HTML5, css3, jQuery. If you…