mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
Adds support for place-items property which allows to specify both align-items and justify-items in a single declaration.
9 lines
174 B
HTML
9 lines
174 B
HTML
<!DOCTYPE html><style>
|
|
* {
|
|
border: 1px solid black;
|
|
}
|
|
body {
|
|
display: grid;
|
|
place-items: center;
|
|
}
|
|
</style><body><div>Download |