1053035-1-flex.html (242B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 body { 6 display: flex; 7 background: yellow; 8 overflow: scroll; 9 border: 1px solid black; 10 width: 100px; 11 height: 100px; 12 } 13 </style> 14 </head> 15 <body> 16 </body> 17 </html>