How to implement this mesh?
-
Hello, how can I implement this grid, is it possible with css or is js needed for help?
JavaScript Anonymous, Feb 12, 2019 -
If the blocks are of the same height, then it is solved by the necessary indents and nth-child.
If the height is not the same, then masonry or similar.Anonymous -
brickwork masonry.jsAnonymous
-
display: flex;
Anonymous
4 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!