Here first use margin-left: 50%, so that the left side of the following two blocks is in the middle. Then use margin-left on the lower right corner, the value is negative twice the width. Just move it to the lower left corner. Therefore, the second div is on the lower right, and the third div is on the lower left, and needs to be changed. <\/p>
There is also a little trick. There will be small gaps when using inline-block. You can use N methods to remove the spacing between inline-block elements to solve it. <\/p>
float method: <\/p>
<\/title> <\/head>