1625051-1.html (216B)
1 <!DOCTYPE html> 2 <style> 3 div { width: 150000px; } 4 span { 5 display: grid; 6 min-width: min-content; 7 grid-template-columns: repeat(auto-fit, minmax(0%, auto)); 8 } 9 </style> 10 11 <span class="class3"> 12 <div></div> 13 </span>