z-index in multiple background-image
Problem: In the case of backgrounds with multiple images, the order of overlap is given by the order of writing the CSS code (the first written image is the image above). If we want to change the order of the image overlay, then we change the order of writing the code. BUT all property values (size, positioning, etc.) must be reversed / modified, which is quite difficult. There is a more elegant solution, such as "z-index: 2, 3, 1" etc? (google translate) https://code.sololearn.com/WsoZx34YY267/?ref=app Problema: In cazul fundalurilor cu multiple imagini, ordinea de suprapunere este data de ordinea scrierii codului CSS (prima imagine scrisa este imaginea de deasupra). Daca vrem sa modificam ordinea suprapunerii imaginilor, atunci modificam ordinea scrierii codului. NUMAI CA in acest trebuie inversate/modificate toate valorile proprietatilor (marime, pozitionare etc), ceea ce este destul de greu. Nu exista vreo solutie mai eleganta, de tipul "z-index: 2, 3, 1" etc ? (google translate)