How to grow an isometric rectangular box properly with HTML and CSS?
It is convenient for isometric grids to start at the top like this: I have the following code to draw a "3d" isometric box: body { display: flex; justify-content: center; align-items: center; } .plane { position: relative; width: 600px; height:…