Newer
Older
minerva / Tests / LibWeb / Layout / input / grid / item-with-min-width-and-place-self-start.html
@minerva minerva on 13 Jul 362 bytes Initial commit
<!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>