pizzeria-react-dela/src/Navbar.css

11 lines
156 B
CSS

nav {
font-size: 1rem;
width: 100%;
position: sticky;
top: 0;
}
nav button,
a {
--uno: "bg-none border-none hover:bg-white/20 rounded-md p-2";
}