<!doctype html><style>
* { outline: 1px solid black; }
body { width: 400px; }
.right {
float: right;
background: orange;
}
.flex {
display: flex;
height: 50px;
background: wheat;
}
.item { background: pink; }
</style><body><div class="right">right</div><div class="flex"><div class="item">item