should i put flex in nav bar code example
Example: hwo to use flexbox to make a nav bar
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
}