mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 18:27:39 +00:00
LibWeb: Add support for parsing place-content shorthand CSS property
This commit is contained in:
parent
23be1c5482
commit
dcead6f5eb
12 changed files with 139 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html><style>
|
||||
* { border: 1px solid black; }
|
||||
.container {
|
||||
background: pink;
|
||||
display: flex;
|
||||
width: 100vw;
|
||||
place-content: center;
|
||||
}
|
||||
</style><div class="container">Text
|
Loading…
Add table
Add a link
Reference in a new issue