<!DOCTYPE html><style>
* {
outline: 1px solid black !important;
}
html {
background: white;
}
body {
display: grid;
background: wheat;
}
section {
display: flex;
width: 100%;
min-width: 500px;
place-self: start;
background: pink;
height: 200px;
}
</style><body><section>