R
R
rtomonova2019-01-19 15:20:19
Design
rtomonova, 2019-01-19 15:20:19

Display: inline-block not working?

Hello everyone) tell me why display: inline-block does not work in the menu. I'm new, just learning.
https://codepen.io/marharyta-tomonova/pen/XovjEW

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Matvey Phoenix, 2019-01-19
@rtomonova

Add:

li {
  display: inline-block;
}

inline-block specified to the wrong element

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question