A
A
ApachEsH2017-09-09 17:54:24
PHP
ApachEsH, 2017-09-09 17:54:24

Why is there an indent between two blocks?

I can not understand where these indents come from. It is necessary that three blocks of 380px fit into the 1140px container, but because of the indents it does not work.
Link to code
60e8ee43923443238712bef266e2938a.jpg

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
coderisimo, 2019-05-22
@kaxa3201

the question is not quite clear, but try like this:

// для поиска символа *
$argumentValue = new Regex( '\*');
// или даже , скорее всего вот так :
$argumentValue = new Regex( '\\*');

A
Anatoly, 2017-09-09
@ApachEsH

This is an inline-block issue .
There are several solutions (you can read the link above), personally I just insert comments or remove Enter .

A
ApachEsH, 2017-09-09
@ApachEsH

And how to get rid of the vertical indent then? When you make more than 4 blocks, the fourth one, as intended, jumps to the next line. But the vertical indent remainsa1d6a59be3844ca29622cd8eec3a2c64.jpg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question