1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:18:14 +00:00
serenity/Tests/LibWeb/Layout/input/grid/place-items-center.html
Aliaksandr Kalenik a8587fe54e LibWeb: Add support for "place-items" CSS property
Adds support for place-items property which allows to specify both
align-items and justify-items in a single declaration.
2023-07-17 18:58:05 +02:00

9 lines
No EOL
174 B
HTML

<!DOCTYPE html><style>
* {
border: 1px solid black;
}
body {
display: grid;
place-items: center;
}
</style><body><div>Download