<!DOCTYPE html><style>#flexbox{width:500px;display:flex;direction:rtl;}#redbox{background:red;flex:1;}#greenbox{background:green;flex:1;}</style><p>There should be a green box followed by a red box, both on the same line.
<divid="flexbox"><divid="redbox">A</div><divid="greenbox">B</div></div>