S
S
Super Star2016-05-27 17:01:53
css
Super Star, 2016-05-27 17:01:53

How to align the menu to the center (Yes, a stupid question, but it does not work for me)?

Poke your nose. Here is the html & css code https://jsfiddle.net/18hd2zko/

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Zakharov, 2016-05-27
@3dben

you can li remove float, set display:inline-block; and ul remove padding and make text-align:center;

K
Ksenia Mikhailova, 2016-05-27
@arizona

First, connect the bootstrap.
Secondly, you can use its components.
If you really want your own, then, indeed: inline-block for li and text-align: center for the ul container https://jsfiddle.net/18hd2zko/6/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question