I would like to know how it would be possible to align a group of divs (4 divs) in the following way:
I have tried to do it with float: left, but if I do it, it will go out of the main div. Also, as you can see in the image, I want there to be a margin between them. The thing is that I can not find a way to arrange them that way, I can not think of anything else but to position them individually, but I am convinced that it can be done more easily.