I'm trying to find someone with the same problem. but still don't understand
my justify-content property not working on navigation bar.
nav {
display: flex;
padding: 2% 3%;
justify-content: space-around;
align-items: center;
}
.nav-links {
flex: 1;
text-align: center;
font-size: 18px;
font-weight: bold;
}
.nav-links ul li {
list-style: none;
display: inline-block;
position: relative;
padding-bottom: 0.5rem;
}
.nav-links ul li a {
color: #fff;
text-decoration: none;
}
*edit
i can't post all code so i decide to put it in this link.
https://jsfiddle.net/hox4dsnp/1/
I need help. Thank you :)