nav {
width: max-content; /*This gonna set a fixed width, it is necessary*/
display: flex;
gap: 20px; /*increase as much you want to stay like your template, it is the space between the elements in your flex*/
background: #ccc; /*Just put your color directly*/
border-radius: 20px; /*Just put your radius*/;
}
你可以做的是直接在CSS中更改你的導航,使用: