the final effect is
to make this layout: a row of two pictures, adaptive display, here are three lines, a total of six pictures, how to write?
it"s possible to use the following methods, but it"s hard to adapt.
display: grid;
grid-template-columns: repeat(2,1fr);
grid-gap: 10px 10px;