User:Scientific Guy/Sandbox4
Jump to navigation
Jump to search
<div style="display:inline-flex; flex-direction:row; width:1000px"> <div style="width:120px; height:120px;background:Red;display:inline-block;order:1;flex-grow:1;"></div> <div style="width:120px; height:120px;background:Orange;display:inline-block;order:5;flex-grow:1;"></div> <div style="width:120px; height:120px;background:Yellow;display:inline-block;order:3;flex-grow:2;"></div> <div style="width:120px; height:120px;background:Green;display:inline-block;order:-1;flex-grow:1;"></div> <div style="width:120px; height:120px;background:Blue;display:inline-block;order:11;flex-grow:1;"></div> <div style="width:120px; height:120px;background:Purple;display:inline-block;order:10;flex-grow:1";></div> </div>