Results for navbar
This is my current state of code (minified, for explanation only) index.html html> html lang="en"> head> meta charset="UTF-8"> meta name="view...
Here is my code . I don't know the problem. I tried bootstrap 5.2 and 5.1 too but that is also not working. I opened it in chrome and firefox both, bu...
I am fairly new to bootstrap and I can't seem to figure out why, when resized to the size of a phone screen, the dropdown toggle that appears doesn't ...
Im trying to highlight item with TailwindCSS and Zola i found this target tag but it doesnt looks its working. Here is my example code: main> di...
I'm working on a ReactJS website styled with Tailwind CSS, and I have a navigation bar and footer in separate components. The navigation bar consists ...
The scenario is as follows: Blazor Server App with the default template. On the Navbar I inserted a SelectInput to change the year (e.g. 2023, 2024 et...
I'm implements on Vue js a navbar menu, it's responsive, it work perfectly for desktop, but when I test the responsive mode the menu don't work, this ...
I'm trying to create a Blazor web application with top bootstrap navigation bar, and I'm struggling to align all the items to one straight line. This ...
I'm trying to create a Blazor web application with top bootstrap navigation bar, and I'm struggling to align all the items to one straight line. This ...
how can I turn ="navbar-brand" href="index.html"> QuadroStudios into a image code for my navbar this is my code head> meta charset="utf-8" /> met...
I'm looking to enhance the appearance of the text on my website by properly formatting it within my HTML file. Specifically, I'd like to ensure that t...
I have been dealing with this frustrating issue in Tailwind for the past days and have tried almost anything, still can't fix this. I read this post a...
This is the Next JS code for Navbar on all pages, initially it changes the color of the elements from white to black when scrolling below 950 px, but ...
Thanks for your time! I am creating a responsive navbar, as a components in /components/Header.js and imported it in the /app/layout.js. But the probl...
I'm trying to do a single webpage. I have a problem that Bootstrap3 navbar collapse list appears under other elements. I tried to set the list positio...
I'm finishing my undergraduate degree and creating a website as my course's final project to promote my research. I'm learning next.js just for this. ...
I have this svelte-native app and I need to hide the actionBar when the user scrolls up, the main idea is to slide the bar up when scrolled down, and ...
I'm trying to include a dropdown for one tab in my navbar and I'm trying things out (I used the demo from w3schools) but in order to make the dropdown...
I currently am using bootstrap to create a navbar filled with links. One of the links I have is a button and the button is causing the other links to ...
I have a simple authentication app in React, the problem is that when the user logs in, he is redirected to his profile but my navbar component is not...
This page uses two navbar items, one for the top bar, and a separate one for the sidebar. How can I make it so the width of the sidebar is consistent...
I have some problems that I can't get over. This is my TabBar Component: NavBar.js ... // Js import { AnimatedTabBarNavigator } from "react-native-ani...
I am designing a responsive page with Bootstrap 5, but I am having problems with Navbar in the first place. The toggle button does not work at all, no...
I am trying a navbar with Bootstrap 5 beta 1. Here is the code: nav class="navbar navbar-light bg-light"> a href="" class="navbar-brand">Logoa> di...
I use a Navbar as a component on page, which uses Router to change the content. Everything is working fine, so far. But I can´t figure out, how I can ...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?