OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <style type="text/css"> | |
5 .item { | |
6 background-color: blue; | |
7 } | |
8 </style> | |
9 </head> | |
10 <body> | |
11 <p>Flex column should use all the available width and you should not see the grid background (grey at the end).</p> | |
12 <div class="item">grid item</div> | |
13 </body> | |
14 </html> | |
OLD | NEW |