You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cryptid/cryptide_project/src/Components/NavBar.css

33 lines
694 B

.custom-navbar{
background-color: #85C9C2;
color: #fff;
text-emphasis-color: #fff;
}
.navbar-title {
font-size: 24px;
}
.navbar-title-dd {
font-size: 24px;
color: #fff;
border-radius: 15px;
}
.navbar-title-dd a {
background-color: #2A4541;
color: #fff;
border-radius: 15;
padding: 10px 20px; /* Ajustez le rembourrage selon vos préférences */
text-decoration: none; /* Pour supprimer le soulignement des liens */
display: inline-block; /* Pour que les styles de fond s'appliquent aux liens */
margin-right: 10px; /* Pour ajouter de l'espace entre les boutons */
}
.centerdiv{
display: flex;
justify-content: center;
}