M
M
MRcracker2020-08-28 08:29:30
Layout
MRcracker, 2020-08-28 08:29:30

How to set the indent for the entire row?

With the help of flexbox, I made it so that the blocks wrap to a new line. How can I add margin-top for all bottom row blocks?

ul
    display: flex
    flex-wrap: wrap
    li
      margin-right: 20px
      width: 190px
      height: 100px

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
iBird Rose, 2020-08-28
@iiiBird

ul {margin-top: -20px;}
ul li {margin-top: 20px;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question