<div style="display: flex;"> <div style="width:130px;background:red;"> test </div> <div style="width:calc(100% - 130px);background:yellow;"> test </div> </div>