mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:18:14 +00:00

Adds support for place-items property which allows to specify both align-items and justify-items in a single declaration.
9 lines
No EOL
174 B
HTML
9 lines
No EOL
174 B
HTML
<!DOCTYPE html><style>
|
|
* {
|
|
border: 1px solid black;
|
|
}
|
|
body {
|
|
display: grid;
|
|
place-items: center;
|
|
}
|
|
</style><body><div>Download |