R
R
Roman Rodionov2015-12-20 13:52:55
css
Roman Rodionov, 2015-12-20 13:52:55

Where did the distance between li come from? How to remove it?

I check through the developer tool in Chrome, li are exactly the size of the content. Where is the distance between them then?
codepen.io/Rrodionov/pen/JGXgbd

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2015-12-20
@Romashishka

it gives display: inline-block;
ways to solve
css-live.ru/articles/zagadochnye-otstupy-mezhdu-in...

P
Peter, 2015-12-20
@petermzg

Remove line breaks using a comment block:

<ul><!--
--><li></li><!--
--><li></li>
<ul>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question