1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 11:15:08 +00:00
serenity/Tests/LibWeb/Layout/input/grid/auto-fit-empty-container.html

6 lines
144 B
HTML

<!DOCTYPE html><style>
body {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
}
</style><body>