how do container queries / contain property make my container disappear – Html
Could you explain what makes my pictures disappear ? span, figure { container-type: inline-size; margin: auto; max-width: 10%; float: right; } .image img { max-height: 500px; height: max-content; width: max-content; max-width: 100%; } <!DOCTYPE html> <html> <body> <figure class="image"> <img…