I would like to put my items from my menu in the center and change them in color, in case I put a white color but I can not get it
#menu{background-color:#6495ED;}.conteudo{display:inline;text-align:center;padding:10px;color:white;}<navid="menu">
<div class="conteudo"> <a href="index.jsp">Pagina Principal</a>
</div>
<div class="conteudo"> <a href="produtos.jsp">Produtos</a></div>
<div class="conteudo"><a href="contato.jsp">Contato</a></div>
</nav>