About 3,930,000 results
Open links in new tab
  1. Bootstrap change navbar color - Stack Overflow

    Bootstrap 4.x (update 2019) Remember that whatever CSS overrides you define must be the same CSS specificity or greater in order to properly override Bootstrap's CSS. The Navbar is transparent by …

  2. css - The property position: sticky is not working - Stack Overflow

    With the navbar as element of the header like in the question, it is sticky, too. But only until its container ends. Initially it is visible right below "Description" and it will move through the grey header as you …

  3. css to make bootstrap navbar transparent - Stack Overflow

    May 6, 2013 · I use bootstrap and I have a navbar in my html file I would like to make this nav bar transparent to show the background image. Can some one teach me how to do this with css? I tried …

  4. Changing nav-bar color after scrolling? - Stack Overflow

    May 17, 2014 · How can I set the navbar with no background color? When scrolling down after a div the nav-bar gets a new background-color (the nav-bar should be fixed at top, I use navbar-fixed-top in …

  5. css - top nav bar blocking top content of the page - Stack Overflow

    151 For bootstrap 3, the class navbar-static-top instead of navbar-fixed-top prevents this issue, unless you need the navbar to always be visible.

  6. html - Change navbar text color Bootstrap - Stack Overflow

    2 In fact, we can simply use the standard bootstrap text colors, instead of hacking the CSS formats. Standard Color examples: text-primary, text-secondary, text-success, text-danger, text-warning, text …

  7. html - Creating navbar with CSS grid - Stack Overflow

    Apr 19, 2021 · I'm creating a navbar made with CSS grid. I decided making it with grid so I can re-arrange the sections (items) without modifying the html (just modify the CSS).

  8. HTML CSS Navbar Spacing - Stack Overflow

    Oct 25, 2013 · I made a CSS Navbar, but inbetween each "navbar-item", there is little space. I don't want there to be anyspace at all! Is there a way to make this happen without changing the margin-left …

  9. Difference between .navbar and .navbar a in CSS - Stack Overflow

    Jun 8, 2018 · In this case .navbar is a css class that refers mostly to a parent element inside which your hyperlink is located (that is the <a> in your HTML file). It can be a div or some container element, …

  10. Adding an image to a navbar using html and css - Stack Overflow

    Dec 20, 2020 · I'm trying to make an image fit to the left side of a navbar using only pure html and css. So far, I haven't made the actual nav li links but here's what I have: .container { max-width: 1100...