Newer
Older
minerva / Tests / LibWeb / Layout / input / grid / justify-start-min-width.html
@minerva minerva on 13 Jul 212 bytes Initial commit
<!DOCTYPE html><html><head><style>
#grid {
    display: grid;
}

#box {
    justify-self: start;
    min-width: 18rem;
    background-color: orange;
}
</style></head><body><div id="grid"><a id="box">Start Selling