Arrangement of elements in html
问题 Is possible to achieve this structure using html + css ? But instead of having that vertical space between orange blocks I want to be one in the top of another. I have used flex and grid but not really succeed so far :( jsfiddle: .container { padding: 10px; border: 1px solid red; display: flex; flex-flow: row wrap; justify-content: space-between; } .big { width: calc(60% - 22px); padding: 10px; background: lime; height: 100px; margin-bottom: 10px; } .small { width: calc(40% - 22px); height: